Uses of Enum Class
tv.hd3g.fflauncher.ffprobecontainer.FFprobePictType
Packages that use FFprobePictType
-
Uses of FFprobePictType in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer that return FFprobePictTypeModifier and TypeMethodDescriptionFFprobeVideoFrame.pictType()Returns the value of thepictTyperecord component.static FFprobePictTypeReturns the enum constant of this class with the specified name.static FFprobePictType[]FFprobePictType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tv.hd3g.fflauncher.ffprobecontainer with parameters of type FFprobePictTypeModifierConstructorDescriptionFFprobeVideoFrame(FFprobeBaseFrame frame, FFprobePictType pictType, boolean repeatPict) Creates an instance of aFFprobeVideoFramerecord class.