Uses of Record Class
tv.hd3g.fflauncher.ffprobecontainer.FFprobeVideoFrameConst
Packages that use FFprobeVideoFrameConst
-
Uses of FFprobeVideoFrameConst in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer with parameters of type FFprobeVideoFrameConstModifier and TypeMethodDescriptionbooleanFFprobeVideoFrameConst.valuesEquals(FFprobeVideoFrameConst obj) -
Uses of FFprobeVideoFrameConst in tv.hd3g.fflauncher.recipes
Methods in tv.hd3g.fflauncher.recipes that return FFprobeVideoFrameConstModifier and TypeMethodDescriptionContainerAnalyserResult.videoConst()Returns the value of thevideoConstrecord component.Methods in tv.hd3g.fflauncher.recipes that return types with arguments of type FFprobeVideoFrameConstModifier and TypeMethodDescriptionContainerAnalyserResult.olderVideoConsts()Returns the value of theolderVideoConstsrecord component.Constructors in tv.hd3g.fflauncher.recipes with parameters of type FFprobeVideoFrameConstModifierConstructorDescriptionContainerAnalyserResult(ContainerAnalyserSession session, List<FFprobePacket> packets, List<FFprobeAudioFrame> audioFrames, List<FFprobeVideoFrame> videoFrames, FFprobeVideoFrameConst videoConst, FFprobeAudioFrameConst audioConst, List<FFprobeVideoFrameConst> olderVideoConsts, List<FFprobeAudioFrameConst> olderAudioConsts) Creates an instance of aContainerAnalyserResultrecord class.