Package org.ffmpeg.ffprobe
Class ObjectFactory
- java.lang.Object
-
- org.ffmpeg.ffprobe.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.ffmpeg.ffprobe package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ffmpeg.ffprobe
-
Method Summary
-
-
-
Method Detail
-
createFfprobeType
public FfprobeType createFfprobeType()
Create an instance ofFfprobeType
-
createPacketsType
public PacketsType createPacketsType()
Create an instance ofPacketsType
-
createFramesType
public FramesType createFramesType()
Create an instance ofFramesType
-
createPacketsAndFramesType
public PacketsAndFramesType createPacketsAndFramesType()
Create an instance ofPacketsAndFramesType
-
createPacketType
public PacketType createPacketType()
Create an instance ofPacketType
-
createPacketSideDataListType
public PacketSideDataListType createPacketSideDataListType()
Create an instance ofPacketSideDataListType
-
createPacketSideDataType
public PacketSideDataType createPacketSideDataType()
Create an instance ofPacketSideDataType
-
createFrameSideDataListType
public FrameSideDataListType createFrameSideDataListType()
Create an instance ofFrameSideDataListType
-
createFrameSideDataType
public FrameSideDataType createFrameSideDataType()
Create an instance ofFrameSideDataType
-
createFrameSideDataTimecodeList
public FrameSideDataTimecodeList createFrameSideDataTimecodeList()
Create an instance ofFrameSideDataTimecodeList
-
createFrameSideDataTimecodeType
public FrameSideDataTimecodeType createFrameSideDataTimecodeType()
Create an instance ofFrameSideDataTimecodeType
-
createSubtitleType
public SubtitleType createSubtitleType()
Create an instance ofSubtitleType
-
createStreamsType
public StreamsType createStreamsType()
Create an instance ofStreamsType
-
createProgramsType
public ProgramsType createProgramsType()
Create an instance ofProgramsType
-
createStreamDispositionType
public StreamDispositionType createStreamDispositionType()
Create an instance ofStreamDispositionType
-
createStreamType
public StreamType createStreamType()
Create an instance ofStreamType
-
createProgramType
public ProgramType createProgramType()
Create an instance ofProgramType
-
createFormatType
public FormatType createFormatType()
Create an instance ofFormatType
-
createProgramVersionType
public ProgramVersionType createProgramVersionType()
Create an instance ofProgramVersionType
-
createChaptersType
public ChaptersType createChaptersType()
Create an instance ofChaptersType
-
createChapterType
public ChapterType createChapterType()
Create an instance ofChapterType
-
createLibraryVersionType
public LibraryVersionType createLibraryVersionType()
Create an instance ofLibraryVersionType
-
createLibraryVersionsType
public LibraryVersionsType createLibraryVersionsType()
Create an instance ofLibraryVersionsType
-
createPixelFormatFlagsType
public PixelFormatFlagsType createPixelFormatFlagsType()
Create an instance ofPixelFormatFlagsType
-
createPixelFormatComponentType
public PixelFormatComponentType createPixelFormatComponentType()
Create an instance ofPixelFormatComponentType
-
createPixelFormatComponentsType
public PixelFormatComponentsType createPixelFormatComponentsType()
Create an instance ofPixelFormatComponentsType
-
createPixelFormatType
public PixelFormatType createPixelFormatType()
Create an instance ofPixelFormatType
-
createPixelFormatsType
public PixelFormatsType createPixelFormatsType()
Create an instance ofPixelFormatsType
-
createFfprobe
public javax.xml.bind.JAXBElement<FfprobeType> createFfprobe(FfprobeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FfprobeType>
-
-