Package net.bramp.ffmpeg.modelmapper
Class Mapper
java.lang.Object
net.bramp.ffmpeg.modelmapper.Mapper
Copies values from one type of object to another
- Author:
- bramp
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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 Details
-
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)
-