Uses of Class
net.bramp.ffmpeg.builder.AbstractFFmpegStreamBuilder
Packages that use AbstractFFmpegStreamBuilder
-
Uses of AbstractFFmpegStreamBuilder in net.bramp.ffmpeg.builder
Classes in net.bramp.ffmpeg.builder with type parameters of type AbstractFFmpegStreamBuilderModifier and TypeClassDescriptionclassAbstractFFmpegStreamBuilder<T extends AbstractFFmpegStreamBuilder<T>>This abstract class holds flags that are both applicable to input and output streams in the ffmpeg command, while flags that apply to a particular direction (input/output) are located inFFmpegOutputBuilder.Subclasses of AbstractFFmpegStreamBuilder in net.bramp.ffmpeg.builderModifier and TypeClassDescriptionclassBuilds a representation of a single output/encoding setting -
Uses of AbstractFFmpegStreamBuilder in net.bramp.ffmpeg.modelmapper
Methods in net.bramp.ffmpeg.modelmapper with type parameters of type AbstractFFmpegStreamBuilderModifier and TypeMethodDescriptionstatic <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(AudioEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest) static <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(EncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest) static <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(MainEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest) static <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(VideoEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest) Methods in net.bramp.ffmpeg.modelmapper with parameters of type AbstractFFmpegStreamBuilderModifier and TypeMethodDescriptionstatic <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(AudioEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest) static <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(EncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest) static <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(MainEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest) static <T extends AbstractFFmpegStreamBuilder<T>>
voidMapper.map(VideoEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)