public final class

TransformationResult.ProcessedInput

extends java.lang.Object

 java.lang.Object

↳androidx.media3.transformer.TransformationResult.ProcessedInput

Summary

Fields
public final java.lang.StringaudioDecoderName

The name of the audio decoder used to process mediaItem.

public final MediaItemmediaItem

The processed MediaItem.

public final java.lang.StringvideoDecoderName

The name of the video decoder used to process mediaItem.

Constructors
publicProcessedInput(MediaItem mediaItem, java.lang.String audioDecoderName, java.lang.String videoDecoderName)

Creates an instance.

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public final MediaItem mediaItem

The processed MediaItem.

public final java.lang.String audioDecoderName

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

public final java.lang.String videoDecoderName

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

Constructors

public ProcessedInput(MediaItem mediaItem, java.lang.String audioDecoderName, java.lang.String videoDecoderName)

Creates an instance.