Uses of Record Class
tv.hd3g.fflauncher.ffprobecontainer.FFprobeVideoFrame
Packages that use FFprobeVideoFrame
-
Uses of FFprobeVideoFrame in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer that return FFprobeVideoFrameModifier and TypeMethodDescriptionFFprobeVideoFrameConst.updatedWith()Returns the value of theupdatedWithrecord component.Constructors in tv.hd3g.fflauncher.ffprobecontainer with parameters of type FFprobeVideoFrameModifierConstructorDescriptionFFprobeVideoFrameConst(FFprobeVideoFrame updatedWith, int width, int height, String pixFmt, String sampleAspectRatio, int codedPictureNumber, int displayPictureNumber, boolean interlacedFrame, boolean topFieldFirst, String colorRange, String colorSpace, String colorPrimaries, String colorTransfer) Creates an instance of aFFprobeVideoFrameConstrecord class. -
Uses of FFprobeVideoFrame in tv.hd3g.fflauncher.recipes
Methods in tv.hd3g.fflauncher.recipes that return types with arguments of type FFprobeVideoFrameModifier and TypeMethodDescriptionContainerAnalyserResult.videoFrames()Returns the value of thevideoFramesrecord component.GOPStatItem.videoFrames()Returns the value of thevideoFramesrecord component.Constructor parameters in tv.hd3g.fflauncher.recipes with type arguments of type FFprobeVideoFrameModifierConstructorDescriptionGOPStatItem(int gopFrameCount, long gopDataSize, int bFramesCount, long iFrameDataSize, long bFramesDataSize, List<FFprobeVideoFrame> videoFrames) Creates an instance of aGOPStatItemrecord class.