Uses of Class
tv.hd3g.fflauncher.recipes.ContainerAnalyserSession
Packages that use ContainerAnalyserSession
-
Uses of ContainerAnalyserSession in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer with parameters of type ContainerAnalyserSession -
Uses of ContainerAnalyserSession in tv.hd3g.fflauncher.recipes
Methods in tv.hd3g.fflauncher.recipes that return ContainerAnalyserSessionModifier and TypeMethodDescriptionContainerAnalyser.createSession(File source) ContainerAnalyser.createSession(String source) ContainerAnalyserResult.session()Returns the value of thesessionrecord component.Constructors in tv.hd3g.fflauncher.recipes with parameters of type ContainerAnalyserSessionModifierConstructorDescriptionContainerAnalyserResult(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.