TransformationResult.ProcessedInput


class TransformationResult.ProcessedInput


Summary

Public constructors

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

Creates an instance.

Public properties

String?

The name of the audio decoder used to process mediaItem.

MediaItem!

The processed MediaItem.

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

val audioDecoderNameString?

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

val videoDecoderNameString?

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