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.ProcessedInput
instead.
-
-
Field Summary
Fields Modifier and Type Field Description @MonotonicNonNull String
audioDecoderName
Deprecated.The name of the audio decoder used to processmediaItem
.MediaItem
mediaItem
Deprecated.The processedMediaItem
.@MonotonicNonNull String
videoDecoderName
Deprecated.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 isnull
if no audio decoder was used.
-
videoDecoderName
public final @MonotonicNonNull String videoDecoderName
Deprecated.The name of the video decoder used to processmediaItem
. This field isnull
if no video decoder was used.
-
-