Package org.ffmpeg.ffprobe436
Class FfprobeType
java.lang.Object
org.ffmpeg.ffprobe436.FfprobeType
Java class for ffprobeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ffprobeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="program_version" type="{http://www.ffmpeg.org/schema/ffprobe}programVersionType" minOccurs="0"/>
<element name="library_versions" type="{http://www.ffmpeg.org/schema/ffprobe}libraryVersionsType" minOccurs="0"/>
<element name="pixel_formats" type="{http://www.ffmpeg.org/schema/ffprobe}pixelFormatsType" minOccurs="0"/>
<element name="packets" type="{http://www.ffmpeg.org/schema/ffprobe}packetsType" minOccurs="0"/>
<element name="frames" type="{http://www.ffmpeg.org/schema/ffprobe}framesType" minOccurs="0"/>
<element name="packets_and_frames" type="{http://www.ffmpeg.org/schema/ffprobe}packetsAndFramesType" minOccurs="0"/>
<element name="programs" type="{http://www.ffmpeg.org/schema/ffprobe}programsType" minOccurs="0"/>
<element name="streams" type="{http://www.ffmpeg.org/schema/ffprobe}streamsType" minOccurs="0"/>
<element name="chapters" type="{http://www.ffmpeg.org/schema/ffprobe}chaptersType" minOccurs="0"/>
<element name="format" type="{http://www.ffmpeg.org/schema/ffprobe}formatType" minOccurs="0"/>
<element name="error" type="{http://www.ffmpeg.org/schema/ffprobe}errorType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChaptersTypeprotected ErrorTypeprotected FormatTypeprotected FramesTypeprotected LibraryVersionsTypeprotected PacketsTypeprotected PacketsAndFramesTypeprotected PixelFormatsTypeprotected ProgramsTypeprotected ProgramVersionTypeprotected StreamsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the chapters property.getError()Gets the value of the error property.Gets the value of the format property.Gets the value of the frames property.Gets the value of the libraryVersions property.Gets the value of the packets property.Gets the value of the packetsAndFrames property.Gets the value of the pixelFormats property.Gets the value of the programs property.Gets the value of the programVersion property.Gets the value of the streams property.voidsetChapters(ChaptersType value) Sets the value of the chapters property.voidSets the value of the error property.voidsetFormat(FormatType value) Sets the value of the format property.voidsetFrames(FramesType value) Sets the value of the frames property.voidSets the value of the libraryVersions property.voidsetPackets(PacketsType value) Sets the value of the packets property.voidSets the value of the packetsAndFrames property.voidsetPixelFormats(PixelFormatsType value) Sets the value of the pixelFormats property.voidsetPrograms(ProgramsType value) Sets the value of the programs property.voidSets the value of the programVersion property.voidsetStreams(StreamsType value) Sets the value of the streams property.
-
Field Details
-
programVersion
-
libraryVersions
-
pixelFormats
-
packets
-
frames
-
packetsAndFrames
-
programs
-
streams
-
chapters
-
format
-
error
-
-
Constructor Details
-
FfprobeType
public FfprobeType()
-
-
Method Details
-
getProgramVersion
Gets the value of the programVersion property.- Returns:
- possible object is
ProgramVersionType
-
setProgramVersion
Sets the value of the programVersion property.- Parameters:
value- allowed object isProgramVersionType
-
getLibraryVersions
Gets the value of the libraryVersions property.- Returns:
- possible object is
LibraryVersionsType
-
setLibraryVersions
Sets the value of the libraryVersions property.- Parameters:
value- allowed object isLibraryVersionsType
-
getPixelFormats
Gets the value of the pixelFormats property.- Returns:
- possible object is
PixelFormatsType
-
setPixelFormats
Sets the value of the pixelFormats property.- Parameters:
value- allowed object isPixelFormatsType
-
getPackets
Gets the value of the packets property.- Returns:
- possible object is
PacketsType
-
setPackets
Sets the value of the packets property.- Parameters:
value- allowed object isPacketsType
-
getFrames
Gets the value of the frames property.- Returns:
- possible object is
FramesType
-
setFrames
Sets the value of the frames property.- Parameters:
value- allowed object isFramesType
-
getPacketsAndFrames
Gets the value of the packetsAndFrames property.- Returns:
- possible object is
PacketsAndFramesType
-
setPacketsAndFrames
Sets the value of the packetsAndFrames property.- Parameters:
value- allowed object isPacketsAndFramesType
-
getPrograms
Gets the value of the programs property.- Returns:
- possible object is
ProgramsType
-
setPrograms
Sets the value of the programs property.- Parameters:
value- allowed object isProgramsType
-
getStreams
Gets the value of the streams property.- Returns:
- possible object is
StreamsType
-
setStreams
Sets the value of the streams property.- Parameters:
value- allowed object isStreamsType
-
getChapters
Gets the value of the chapters property.- Returns:
- possible object is
ChaptersType
-
setChapters
Sets the value of the chapters property.- Parameters:
value- allowed object isChaptersType
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
FormatType
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isFormatType
-
getError
Gets the value of the error property.- Returns:
- possible object is
ErrorType
-
setError
Sets the value of the error property.- Parameters:
value- allowed object isErrorType
-