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<?>>
voidmap(AudioEncodingOptions opts, T dest) Maps audio encoding options to the given stream builder.static <T extends AbstractFFmpegStreamBuilder<?>>
voidmap(EncodingOptions opts, T dest) Maps all encoding options to the given stream builder.static <T extends AbstractFFmpegStreamBuilder<?>>
voidmap(MainEncodingOptions opts, T dest) Maps main encoding options to the given stream builder.static <T extends AbstractFFmpegStreamBuilder<?>>
voidmap(VideoEncodingOptions opts, T dest) Maps video encoding options to the given stream builder.
-
Method Details
-
map
Maps main encoding options to the given stream builder. -
map
public static <T extends AbstractFFmpegStreamBuilder<?>> void map(AudioEncodingOptions opts, T dest) Maps audio encoding options to the given stream builder. -
map
public static <T extends AbstractFFmpegStreamBuilder<?>> void map(VideoEncodingOptions opts, T dest) Maps video encoding options to the given stream builder. -
map
Maps all encoding options to the given stream builder.
-