Uses of Class
net.bramp.ffmpeg.builder.AbstractFFmpegStreamBuilder
-
Packages that use AbstractFFmpegStreamBuilder Package Description net.bramp.ffmpeg.builder net.bramp.ffmpeg.modelmapper -
-
Uses of AbstractFFmpegStreamBuilder in net.bramp.ffmpeg.builder
Classes in net.bramp.ffmpeg.builder with type parameters of type AbstractFFmpegStreamBuilder Modifier and Type Class Description classAbstractFFmpegStreamBuilder<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.builder Modifier and Type Class Description classFFmpegOutputBuilderBuilds 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 AbstractFFmpegStreamBuilder Modifier and Type Method Description static <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 AbstractFFmpegStreamBuilder Modifier and Type Method Description static <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)
-