Package org.ffmpeg.ffprobe
Class FfprobeType
- java.lang.Object
-
- org.ffmpeg.ffprobe.FfprobeType
-
public class FfprobeType extends Object
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
Fields Modifier and Type Field Description protected ChaptersTypechaptersprotected ErrorTypeerrorprotected FormatTypeformatprotected FramesTypeframesprotected LibraryVersionsTypelibraryVersionsprotected PacketsTypepacketsprotected PacketsAndFramesTypepacketsAndFramesprotected PixelFormatsTypepixelFormatsprotected ProgramsTypeprogramsprotected ProgramVersionTypeprogramVersionprotected StreamsTypestreams
-
Constructor Summary
Constructors Constructor Description FfprobeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChaptersTypegetChapters()Gets the value of the chapters property.ErrorTypegetError()Gets the value of the error property.FormatTypegetFormat()Gets the value of the format property.FramesTypegetFrames()Gets the value of the frames property.LibraryVersionsTypegetLibraryVersions()Gets the value of the libraryVersions property.PacketsTypegetPackets()Gets the value of the packets property.PacketsAndFramesTypegetPacketsAndFrames()Gets the value of the packetsAndFrames property.PixelFormatsTypegetPixelFormats()Gets the value of the pixelFormats property.ProgramsTypegetPrograms()Gets the value of the programs property.ProgramVersionTypegetProgramVersion()Gets the value of the programVersion property.StreamsTypegetStreams()Gets the value of the streams property.voidsetChapters(ChaptersType value)Sets the value of the chapters property.voidsetError(ErrorType value)Sets 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.voidsetLibraryVersions(LibraryVersionsType value)Sets the value of the libraryVersions property.voidsetPackets(PacketsType value)Sets the value of the packets property.voidsetPacketsAndFrames(PacketsAndFramesType value)Sets 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.voidsetProgramVersion(ProgramVersionType value)Sets the value of the programVersion property.voidsetStreams(StreamsType value)Sets the value of the streams property.
-
-
-
Field Detail
-
programVersion
protected ProgramVersionType programVersion
-
libraryVersions
protected LibraryVersionsType libraryVersions
-
pixelFormats
protected PixelFormatsType pixelFormats
-
packets
protected PacketsType packets
-
frames
protected FramesType frames
-
packetsAndFrames
protected PacketsAndFramesType packetsAndFrames
-
programs
protected ProgramsType programs
-
streams
protected StreamsType streams
-
chapters
protected ChaptersType chapters
-
format
protected FormatType format
-
error
protected ErrorType error
-
-
Method Detail
-
getProgramVersion
public ProgramVersionType getProgramVersion()
Gets the value of the programVersion property.- Returns:
- possible object is
ProgramVersionType
-
setProgramVersion
public void setProgramVersion(ProgramVersionType value)
Sets the value of the programVersion property.- Parameters:
value- allowed object isProgramVersionType
-
getLibraryVersions
public LibraryVersionsType getLibraryVersions()
Gets the value of the libraryVersions property.- Returns:
- possible object is
LibraryVersionsType
-
setLibraryVersions
public void setLibraryVersions(LibraryVersionsType value)
Sets the value of the libraryVersions property.- Parameters:
value- allowed object isLibraryVersionsType
-
getPixelFormats
public PixelFormatsType getPixelFormats()
Gets the value of the pixelFormats property.- Returns:
- possible object is
PixelFormatsType
-
setPixelFormats
public void setPixelFormats(PixelFormatsType value)
Sets the value of the pixelFormats property.- Parameters:
value- allowed object isPixelFormatsType
-
getPackets
public PacketsType getPackets()
Gets the value of the packets property.- Returns:
- possible object is
PacketsType
-
setPackets
public void setPackets(PacketsType value)
Sets the value of the packets property.- Parameters:
value- allowed object isPacketsType
-
getFrames
public FramesType getFrames()
Gets the value of the frames property.- Returns:
- possible object is
FramesType
-
setFrames
public void setFrames(FramesType value)
Sets the value of the frames property.- Parameters:
value- allowed object isFramesType
-
getPacketsAndFrames
public PacketsAndFramesType getPacketsAndFrames()
Gets the value of the packetsAndFrames property.- Returns:
- possible object is
PacketsAndFramesType
-
setPacketsAndFrames
public void setPacketsAndFrames(PacketsAndFramesType value)
Sets the value of the packetsAndFrames property.- Parameters:
value- allowed object isPacketsAndFramesType
-
getPrograms
public ProgramsType getPrograms()
Gets the value of the programs property.- Returns:
- possible object is
ProgramsType
-
setPrograms
public void setPrograms(ProgramsType value)
Sets the value of the programs property.- Parameters:
value- allowed object isProgramsType
-
getStreams
public StreamsType getStreams()
Gets the value of the streams property.- Returns:
- possible object is
StreamsType
-
setStreams
public void setStreams(StreamsType value)
Sets the value of the streams property.- Parameters:
value- allowed object isStreamsType
-
getChapters
public ChaptersType getChapters()
Gets the value of the chapters property.- Returns:
- possible object is
ChaptersType
-
setChapters
public void setChapters(ChaptersType value)
Sets the value of the chapters property.- Parameters:
value- allowed object isChaptersType
-
getFormat
public FormatType getFormat()
Gets the value of the format property.- Returns:
- possible object is
FormatType
-
setFormat
public void setFormat(FormatType value)
Sets the value of the format property.- Parameters:
value- allowed object isFormatType
-
getError
public ErrorType getError()
Gets the value of the error property.- Returns:
- possible object is
ErrorType
-
-