AudioTrack.EncapsulationMetadataTypeFrameworkTuner 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 framework tuner information.

[Android.Runtime.Register("ENCAPSULATION_METADATA_TYPE_FRAMEWORK_TUNER", ApiSince=30)]
[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 EncapsulationMetadataTypeFrameworkTuner = 1;
[<Android.Runtime.Register("ENCAPSULATION_METADATA_TYPE_FRAMEWORK_TUNER", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioTrackEncapsulationMetadataType enum directly instead of this field.", true)>]
val mutable EncapsulationMetadataTypeFrameworkTuner : Android.Media.AudioTrackEncapsulationMetadataType

Field Value

AudioTrackEncapsulationMetadataType
Attributes

Remarks

Java documentation for android.media.AudioTrack.ENCAPSULATION_METADATA_TYPE_FRAMEWORK_TUNER.

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