BluetoothCodecConfig.SourceCodecTypeAptxHd Bidang
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This constant will be removed in the future version. Use Android.Bluetooth.CodecType enum directly instead of this field.
Jenis codec sumber APTX HD.
[Android.Runtime.Register("SOURCE_CODEC_TYPE_APTX_HD", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CodecType enum directly instead of this field.", true)]
public const Android.Bluetooth.CodecType SourceCodecTypeAptxHd = 3;
[Android.Runtime.Register("SOURCE_CODEC_TYPE_APTX_HD", ApiSince=33)]
public const Android.Bluetooth.CodecType SourceCodecTypeAptxHd = 3;
[<Android.Runtime.Register("SOURCE_CODEC_TYPE_APTX_HD", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CodecType enum directly instead of this field.", true)>]
val mutable SourceCodecTypeAptxHd : Android.Bluetooth.CodecType
[<Android.Runtime.Register("SOURCE_CODEC_TYPE_APTX_HD", ApiSince=33)>]
val mutable SourceCodecTypeAptxHd : Android.Bluetooth.CodecType
Nilai Bidang
Value = 3Penerapan
- Atribut
Keterangan
Jenis codec sumber APTX HD.
Anggota ini tidak digunakan lagi. Gunakan nilai yang BluetoothCodecType dikembalikan oleh BluetoothA2dp#getSupportedCodecTypes sebagai gantinya.
Java dokumentasi untuk android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD.
Bagian dari halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Android Open Source Project dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Creative Commons 2.5 Lisensi Atribusi.