Uses of Interface
com.github.kokorin.jaffree.ffmpeg.ImageFormat
Packages that use ImageFormat
-
Uses of ImageFormat in com.github.kokorin.jaffree.ffmpeg
Classes in com.github.kokorin.jaffree.ffmpeg that implement ImageFormatModifier and TypeClassDescriptionenumMethods in com.github.kokorin.jaffree.ffmpeg with parameters of type ImageFormatModifier and TypeMethodDescriptionprotected static FrameOutputFrameOutput.withConsumer(FrameConsumer consumer, ImageFormat imageFormat) 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 bufferConstructors in com.github.kokorin.jaffree.ffmpeg with parameters of type ImageFormatModifierConstructorDescriptionNutFrameReader(FrameConsumer frameConsumer, ImageFormat imageFormat) CreatesNutFrameReader.NutFrameWriter(FrameProducer producer, ImageFormat imageFormat, long frameOrderingBufferMillis) CreatesNutFrameWriter.