Uses of Interface
com.github.kokorin.jaffree.ffmpeg.FrameProducer
Packages that use FrameProducer
-
Uses of FrameProducer in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type FrameProducerModifier and TypeMethodDescriptionstatic FrameInputFrameInput.withProducer(FrameProducer producer) CreatesFrameInputwith specified frame producer.static FrameInputFrameInput.withProducer(FrameProducer producer, ImageFormat imageFormat) CreatesFrameInputwith specified frame producer and image format.static FrameInputFrameInput.withProducer(FrameProducer producer, ImageFormat imageFormat, long frameOrderingBufferMillis) CreatesFrameInputwith specified frame producer, format and frame ordering bufferstatic FrameInputFrameInput.withProducerAlpha(FrameProducer producer) CreatesFrameInputwith specified frame producer with alpha channel.Constructors in com.github.kokorin.jaffree.ffmpeg with parameters of type FrameProducerModifierConstructorDescriptionNutFrameWriter(FrameProducer producer, ImageFormat imageFormat, long frameOrderingBufferMillis) CreatesNutFrameWriter.