BluetoothCodecConfig.Builder.SetExtendedCodecType(BluetoothCodecType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set codec type for Bluetooth codec config.
[Android.Runtime.Register("setExtendedCodecType", "(Landroid/bluetooth/BluetoothCodecType;)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=35)]
public Android.Bluetooth.BluetoothCodecConfig.Builder SetExtendedCodecType(Android.Bluetooth.BluetoothCodecType? codecType);
[<Android.Runtime.Register("setExtendedCodecType", "(Landroid/bluetooth/BluetoothCodecType;)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=35)>]
member this.SetExtendedCodecType : Android.Bluetooth.BluetoothCodecType -> Android.Bluetooth.BluetoothCodecConfig.Builder
Parameters
- codecType
- BluetoothCodecType
of this codec. This value may be null.
Returns
the same Builder instance. This value cannot be null.
- Attributes
Remarks
Set codec type for Bluetooth codec config.
Android reference for android.bluetooth.BluetoothCodecConfig.Builder.setExtendedCodecType.
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.