Uses of Interface
com.github.kokorin.jaffree.ffmpeg.FrameConsumer
Packages that use FrameConsumer
-
Uses of FrameConsumer in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type FrameConsumerModifier and TypeMethodDescriptionstatic FrameOutputFrameOutput.withConsumer(FrameConsumer consumer) CreatesFrameOutput.protected static FrameOutputFrameOutput.withConsumer(FrameConsumer consumer, ImageFormat imageFormat) static FrameOutputFrameOutput.withConsumerAlpha(FrameConsumer consumer) CreatesFrameOutputwith alpha channel.Constructors in com.github.kokorin.jaffree.ffmpeg with parameters of type FrameConsumerModifierConstructorDescriptionNutFrameReader(FrameConsumer frameConsumer, ImageFormat imageFormat) CreatesNutFrameReader.