Uses of Class
org.ffmpeg.ffprobe.ProgramType
-
Packages that use ProgramType Package Description org.ffmpeg.ffprobe tv.hd3g.ffprobejaxb -
-
Uses of ProgramType in org.ffmpeg.ffprobe
Fields in org.ffmpeg.ffprobe with type parameters of type ProgramType Modifier and Type Field Description protected List<ProgramType>ProgramsType. programMethods in org.ffmpeg.ffprobe that return ProgramType Modifier and Type Method Description ProgramTypeObjectFactory. createProgramType()Create an instance ofProgramTypeMethods in org.ffmpeg.ffprobe that return types with arguments of type ProgramType Modifier and Type Method Description List<ProgramType>ProgramsType. getProgram()Gets the value of the program property. -
Uses of ProgramType in tv.hd3g.ffprobejaxb
Methods in tv.hd3g.ffprobejaxb that return types with arguments of type ProgramType Modifier and Type Method Description List<ProgramType>FFprobeJAXB. getPrograms()
-