AudioTrack.EncapsulationMetadataTypeSupplementaryAudioPlacement Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.AudioTrackEncapsulationMetadataType enum directly instead of this field.

Encapsulation metadata type for placement of supplementary audio.

[Android.Runtime.Register("ENCAPSULATION_METADATA_TYPE_SUPPLEMENTARY_AUDIO_PLACEMENT", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioTrackEncapsulationMetadataType enum directly instead of this field.", true)]
public const Android.Media.AudioTrackEncapsulationMetadataType EncapsulationMetadataTypeSupplementaryAudioPlacement = 3;
[<Android.Runtime.Register("ENCAPSULATION_METADATA_TYPE_SUPPLEMENTARY_AUDIO_PLACEMENT", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioTrackEncapsulationMetadataType enum directly instead of this field.", true)>]
val mutable EncapsulationMetadataTypeSupplementaryAudioPlacement : Android.Media.AudioTrackEncapsulationMetadataType

Field Value

Value = 3
Attributes

Remarks

Encapsulation metadata type for placement of supplementary audio.

A 32 bit integer constant, one of #SUPPLEMENTARY_AUDIO_PLACEMENT_NORMAL, #SUPPLEMENTARY_AUDIO_PLACEMENT_LEFT, #SUPPLEMENTARY_AUDIO_PLACEMENT_RIGHT.

Java documentation for android.media.AudioTrack.ENCAPSULATION_METADATA_TYPE_SUPPLEMENTARY_AUDIO_PLACEMENT.

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