TransformationResult.ProcessedInput


class TransformationResult.ProcessedInput


Summary

Public constructors

ProcessedInput(
    mediaItem: MediaItem!,
    audioDecoderName: String?,
    videoDecoderName: String?
)

Creates an instance.

Public properties

@MonotonicNonNull String!

The name of the audio decoder used to process mediaItem.

MediaItem!

The processed MediaItem.

@MonotonicNonNull String!

The name of the video decoder used to process mediaItem.

Public constructors

ProcessedInput

ProcessedInput(
    mediaItem: MediaItem!,
    audioDecoderName: String?,
    videoDecoderName: String?
)

Creates an instance.

Public properties

audioDecoderName

@MonotonicNonNull
val audioDecoderName: @MonotonicNonNull String!

The name of the audio decoder used to process mediaItem. This field is null if no audio decoder was used.

mediaItem

val mediaItemMediaItem!

The processed MediaItem.

videoDecoderName

@MonotonicNonNull
val videoDecoderName: @MonotonicNonNull String!

The name of the video decoder used to process mediaItem. This field is null if no video decoder was used.