-
public class TranscoderOptionsCollects transcoding options consumed by Transcoder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTranscoderOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description private DataSinkdataSinkprivate List<DataSource>videoDataSourcesprivate List<DataSource>audioDataSourcesprivate TrackStrategyaudioTrackStrategyprivate TrackStrategyvideoTrackStrategyprivate Validatorvalidatorprivate intvideoRotationprivate TimeInterpolatortimeInterpolatorprivate AudioStretcheraudioStretcherprivate AudioResampleraudioResamplerprivate TranscoderListenerlistenerprivate HandlerlistenerHandler
-
Method Summary
Modifier and Type Method Description DataSinkgetDataSink()List<DataSource>getVideoDataSources()List<DataSource>getAudioDataSources()TrackStrategygetAudioTrackStrategy()TrackStrategygetVideoTrackStrategy()ValidatorgetValidator()intgetVideoRotation()TimeInterpolatorgetTimeInterpolator()AudioStretchergetAudioStretcher()AudioResamplergetAudioResampler()TranscoderListenergetListener()HandlergetListenerHandler()-
-
Method Detail
-
getDataSink
@NonNull() DataSink getDataSink()
-
getVideoDataSources
@NonNull() List<DataSource> getVideoDataSources()
-
getAudioDataSources
@NonNull() List<DataSource> getAudioDataSources()
-
getAudioTrackStrategy
@NonNull() TrackStrategy getAudioTrackStrategy()
-
getVideoTrackStrategy
@NonNull() TrackStrategy getVideoTrackStrategy()
-
getValidator
@NonNull() Validator getValidator()
-
getVideoRotation
int getVideoRotation()
-
getTimeInterpolator
@NonNull() TimeInterpolator getTimeInterpolator()
-
getAudioStretcher
@NonNull() AudioStretcher getAudioStretcher()
-
getAudioResampler
@NonNull() AudioResampler getAudioResampler()
-
getListener
@NonNull() TranscoderListener getListener()
-
getListenerHandler
@NonNull() Handler getListenerHandler()
-
-
-
-