Lingua

BluetoothCodecConfig.Builder.SetCodecSpecific3(Int64) Method

Definition

Set the third codec specific values for Bluetooth codec config.

[Android.Runtime.Register("setCodecSpecific3", "(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=33)]
public Android.Bluetooth.BluetoothCodecConfig.Builder SetCodecSpecific3(long codecSpecific3);
[<Android.Runtime.Register("setCodecSpecific3", "(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=33)>]
member this.SetCodecSpecific3 : int64 -> Android.Bluetooth.BluetoothCodecConfig.Builder

Parameters

codecSpecific3
Int64

codec specific value or 0 if default

Returns

the same Builder instance. This value cannot be null.

Attributes

Remarks

Set the third codec specific values for Bluetooth codec config.

Android reference for android.bluetooth.BluetoothCodecConfig.Builder.setCodecSpecific3.

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