public class TranscoderOptions
extends java.lang.Object
Transcoder.| Modifier and Type | Class and Description |
|---|---|
static class |
TranscoderOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataSource> |
getAudioDataSources() |
AudioResampler |
getAudioResampler() |
AudioStretcher |
getAudioStretcher() |
TrackStrategy |
getAudioTrackStrategy() |
DataSink |
getDataSink() |
TimeInterpolator |
getTimeInterpolator() |
Validator |
getValidator() |
java.util.List<DataSource> |
getVideoDataSources() |
int |
getVideoRotation() |
TrackStrategy |
getVideoTrackStrategy() |
@NonNull public DataSink getDataSink()
@NonNull public java.util.List<DataSource> getAudioDataSources()
@NonNull public java.util.List<DataSource> getVideoDataSources()
@NonNull public TrackStrategy getAudioTrackStrategy()
@NonNull public TrackStrategy getVideoTrackStrategy()
@NonNull public Validator getValidator()
public int getVideoRotation()
@NonNull public TimeInterpolator getTimeInterpolator()
@NonNull public AudioStretcher getAudioStretcher()
@NonNull public AudioResampler getAudioResampler()