Uses of Record Class
tv.hd3g.fflauncher.ffprobecontainer.FFprobeAudioFrameConst
Packages that use FFprobeAudioFrameConst
-
Uses of FFprobeAudioFrameConst in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer with parameters of type FFprobeAudioFrameConstModifier and TypeMethodDescriptionbooleanFFprobeAudioFrameConst.valuesEquals(FFprobeAudioFrameConst obj) -
Uses of FFprobeAudioFrameConst in tv.hd3g.fflauncher.recipes
Methods in tv.hd3g.fflauncher.recipes that return FFprobeAudioFrameConstModifier and TypeMethodDescriptionContainerAnalyserResult.audioConst()Returns the value of theaudioConstrecord component.Methods in tv.hd3g.fflauncher.recipes that return types with arguments of type FFprobeAudioFrameConstModifier and TypeMethodDescriptionContainerAnalyserResult.olderAudioConsts()Returns the value of theolderAudioConstsrecord component.Constructors in tv.hd3g.fflauncher.recipes with parameters of type FFprobeAudioFrameConstModifierConstructorDescriptionContainerAnalyserResult(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.