Uses of Record Class
tv.hd3g.fflauncher.ffprobecontainer.FFprobePacket
Packages that use FFprobePacket
-
Uses of FFprobePacket in tv.hd3g.fflauncher.recipes
Methods in tv.hd3g.fflauncher.recipes that return types with arguments of type FFprobePacketModifier and TypeMethodDescriptionContainerAnalyserResult.packets()Returns the value of thepacketsrecord component.Constructor parameters in tv.hd3g.fflauncher.recipes with type arguments of type FFprobePacketModifierConstructorDescriptionContainerAnalyserResult(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.