Share via


BluetoothLeAudioCodecConfig.SourceCodecTypeOpus Field

Definition

Caution

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

[Android.Runtime.Register("SOURCE_CODEC_TYPE_OPUS", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothLeSourceCodecType enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothLeSourceCodecType SourceCodecTypeOpus = 1;
[<Android.Runtime.Register("SOURCE_CODEC_TYPE_OPUS", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothLeSourceCodecType enum directly instead of this field.", true)>]
val mutable SourceCodecTypeOpus : Android.Bluetooth.BluetoothLeSourceCodecType

Field Value

Value = 1

Implements

Attributes

Applies to