Lingua

BluetoothCodecConfig.Builder.SetChannelMode(Int32) Metodo

Definizione

Impostare la modalità canale per la configurazione del codec Bluetooth.

[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

Parametri

channelMode
Int32

di questo codec. Il valore è uno dei seguenti: BluetoothCodecConfig.CHANNEL_MODE_NONE; BluetoothCodecConfig.CHANNEL_MODE_MONO; BluetoothCodecConfig.CHANNEL_MODE_STEREO

Valori restituiti

stessa istanza di Builder. Questo valore non può essere Null.

Attributi

Commenti

Impostare la modalità canale per la configurazione del codec Bluetooth.

Informazioni di riferimento su Android per android.bluetooth.BluetoothCodecConfig.Builder.setChannelMode.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a