Class FfprobeType

java.lang.Object
org.ffmpeg.ffprobe436.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 Details

  • Constructor Details

    • FfprobeType

      public FfprobeType()
  • Method Details

    • 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 is ProgramVersionType
    • 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 is LibraryVersionsType
    • 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 is PixelFormatsType
    • 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 is PacketsType
    • 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 is FramesType
    • 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 is PacketsAndFramesType
    • 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 is ProgramsType
    • 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 is StreamsType
    • 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 is ChaptersType
    • 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 is FormatType
    • getError

      public ErrorType getError()
      Gets the value of the error property.
      Returns:
      possible object is ErrorType
    • setError

      public void setError(ErrorType value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is ErrorType