Uses of Record Class
tv.hd3g.fflauncher.ffprobecontainer.FFprobeBaseFrame
Packages that use FFprobeBaseFrame
-
Uses of FFprobeBaseFrame in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer that return FFprobeBaseFrameModifier and TypeMethodDescriptionFFprobeAudioFrame.frame()Returns the value of theframerecord component.FFprobeVideoFrame.frame()Returns the value of theframerecord component.Constructors in tv.hd3g.fflauncher.ffprobecontainer with parameters of type FFprobeBaseFrameModifierConstructorDescriptionFFprobeAudioFrame(FFprobeBaseFrame frame, int nbSamples) Creates an instance of aFFprobeAudioFramerecord class.FFprobeVideoFrame(FFprobeBaseFrame frame, FFprobePictType pictType, boolean repeatPict) Creates an instance of aFFprobeVideoFramerecord class.