Package net.bramp.ffmpeg.modelmapper
Class Mapper
- java.lang.Object
-
- net.bramp.ffmpeg.modelmapper.Mapper
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends AbstractFFmpegStreamBuilder<T>>
voidmap(AudioEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)static <T extends AbstractFFmpegStreamBuilder<T>>
voidmap(EncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)static <T extends AbstractFFmpegStreamBuilder<T>>
voidmap(MainEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)static <T extends AbstractFFmpegStreamBuilder<T>>
voidmap(VideoEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)
-
-
-
Method Detail
-
map
public static <T extends AbstractFFmpegStreamBuilder<T>> void map(MainEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)
-
map
public static <T extends AbstractFFmpegStreamBuilder<T>> void map(AudioEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)
-
map
public static <T extends AbstractFFmpegStreamBuilder<T>> void map(VideoEncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)
-
map
public static <T extends AbstractFFmpegStreamBuilder<T>> void map(EncodingOptions opts, AbstractFFmpegStreamBuilder<T> dest)
-
-