AudioTrack.EncapsulationMetadataTypeDvbAdDescriptor フィールド

定義

注意事項

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

DVB AD 記述子のカプセル化メタデータ型。

[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

フィールド値

Value = 2
属性

注釈

DVB AD 記述子のカプセル化メタデータ型。

このメタデータは ETSI TS 101 154 表 E.1: AD_descriptorに従って書式設定されます。

android.media.AudioTrack.ENCAPSULATION_METADATA_TYPE_DVB_AD_DESCRIPTORJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象