Language

MediaFormat.KeyAudioPresentationId Field

Definition

A key identifying an audio or mix presentation or similar concept.

[Android.Runtime.Register("KEY_AUDIO_PRESENTATION_ID", ApiSince=36)]
public const string KeyAudioPresentationId;
[<Android.Runtime.Register("KEY_AUDIO_PRESENTATION_ID", ApiSince=36)>]
val mutable KeyAudioPresentationId : string

Field Value

Attributes

Remarks

A key identifying an audio or mix presentation or similar concept.

For audio stream encodings and associated decoders that support the concept of different creator-defined mixes within a file, this key can be used to provide the decoder with the selected mix.

The associated value is a long.

Java documentation for android.media.MediaFormat.KEY_AUDIO_PRESENTATION_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to