Język

BluetoothCodecConfig.Builder.SetChannelMode(Int32) Method

Definition

Set the channel mode for Bluetooth codec config.

[Android.Runtime.Register("setChannelMode", "(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=33)]
public Android.Bluetooth.BluetoothCodecConfig.Builder SetChannelMode(int channelMode);
[<Android.Runtime.Register("setChannelMode", "(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=33)>]
member this.SetChannelMode : int -> Android.Bluetooth.BluetoothCodecConfig.Builder

Parameters

channelMode
Int32

of this codec. Value is one of the following: BluetoothCodecConfig.CHANNEL_MODE_NONE; BluetoothCodecConfig.CHANNEL_MODE_MONO; BluetoothCodecConfig.CHANNEL_MODE_STEREO

Returns

the same Builder instance. This value cannot be null.

Attributes

Remarks

Set the channel mode for Bluetooth codec config.

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

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