docs/doc/reference/com/google/android/exoplayer2/transformer/TransformationResult.ProcessedInput.html
Package com.google.android.exoplayer2.transformer
Enclosing class:TransformationResult
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public static final classTransformationResult.ProcessedInputextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Deprecated.
Use ExportResult.ProcessedInput instead.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| @MonotonicNonNull String | audioDecoderName |
Deprecated.
The name of the audio decoder used to process mediaItem.
|
| MediaItem | mediaItem |
Deprecated.
The processed MediaItem.
|
| @MonotonicNonNull String | videoDecoderName |
Deprecated.
The name of the video decoder used to process mediaItem.
|
Constructors | Constructor | Description |
| --- | --- |
| ProcessedInput(MediaItem mediaItem, String audioDecoderName, String videoDecoderName) |
Deprecated.
Creates an instance. |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public final[MediaItem](../MediaItem.html "class in com.google.android.exoplayer2")mediaItem
Deprecated.
The processed MediaItem.
-
public final @MonotonicNonNull[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")audioDecoderName
Deprecated.
The name of the audio decoder used to process mediaItem. This field is null if no audio decoder was used.
-
public final @MonotonicNonNull[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")videoDecoderName
Deprecated.
The name of the video decoder used to process mediaItem. This field is null if no video decoder was used.
-
public ProcessedInput([MediaItem](../MediaItem.html "class in com.google.android.exoplayer2")mediaItem,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")audioDecoderName,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")videoDecoderName)
Deprecated.
Creates an instance.