Class TransformationResult.ProcessedInput
- java.lang.Object
-
- com.google.android.exoplayer2.transformer.TransformationResult.ProcessedInput
-
- Enclosing class:
- TransformationResult
@Deprecated public static final class TransformationResult.ProcessedInput extends Object
Deprecated.UseExportResult.ProcessedInputinstead.
-
-
Field Summary
Fields Modifier and Type Field Description @MonotonicNonNull StringaudioDecoderNameDeprecated.The name of the audio decoder used to processmediaItem.MediaItemmediaItemDeprecated.The processedMediaItem.@MonotonicNonNull StringvideoDecoderNameDeprecated.The name of the video decoder used to processmediaItem.
-
Constructor Summary
Constructors Constructor Description ProcessedInput(MediaItem mediaItem, String audioDecoderName, String videoDecoderName)Deprecated.Creates an instance.
-
-
-
Field Detail
-
audioDecoderName
public final @MonotonicNonNull String audioDecoderName
Deprecated.The name of the audio decoder used to processmediaItem. This field isnullif no audio decoder was used.
-
videoDecoderName
public final @MonotonicNonNull String videoDecoderName
Deprecated.The name of the video decoder used to processmediaItem. This field isnullif no video decoder was used.
-
-