AudioTrack.EncapsulationMetadataTypeDvbAdDescriptor 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 DVB AD descriptor.

[Android.Runtime.Register("ENCAPSULATION_METADATA_TYPE_DVB_AD_DESCRIPTOR", 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 EncapsulationMetadataTypeDvbAdDescriptor = 2;
[<Android.Runtime.Register("ENCAPSULATION_METADATA_TYPE_DVB_AD_DESCRIPTOR", 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 EncapsulationMetadataTypeDvbAdDescriptor : Android.Media.AudioTrackEncapsulationMetadataType

Field Value

Value = 2
Attributes

Remarks

Encapsulation metadata type for DVB AD descriptor.

This metadata is formatted per ETSI TS 101 154 Table E.1: AD_descriptor.

Java documentation for android.media.AudioTrack.ENCAPSULATION_METADATA_TYPE_DVB_AD_DESCRIPTOR.

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