言語

BluetoothCodecConfig.Builder.SetChannelMode(Int32) メソッド

定義

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

パラメーター

channelMode
Int32

このコーデックの 値は次のいずれかです: BluetoothCodecConfig.CHANNEL_MODE_NONE;BluetoothCodecConfig.CHANNEL_MODE_MONO;BluetoothCodecConfig.CHANNEL_MODE_STEREO

返品

同じ Builder インスタンス。 この値は null にすることはできません。

属性

注釈

Bluetooth コーデック構成のチャネル モードを設定します。

android.bluetooth.BluetoothCodecConfig.Builder.setChannelModeの Android リファレンス。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象