ExportResult.ProcessedInput
public final class ExportResult.ProcessedInput
An input entirely or partially processed.
Summary
Public fields |
|
|---|---|
final @Nullable String |
The name of the audio decoder used to process |
final @Nullable Format |
|
final long |
The duration of the |
final MediaItem |
The processed |
final @Nullable String |
The name of the video decoder used to process |
final @Nullable Format |
Public constructors |
|---|
ProcessedInput(Creates an instance. |
Public fields
audioDecoderName
public final @Nullable String audioDecoderName
The name of the audio decoder used to process mediaItem. This field is null if no audio decoder was used.
videoDecoderName
public final @Nullable String videoDecoderName
The name of the video decoder used to process mediaItem. This field is null if no video decoder was used.