BluetoothCodecConfig.Builder.SetBitsPerSample(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Bluetooth コーデック構成のサンプルごとのビット数を設定します。
[Android.Runtime.Register("setBitsPerSample", "(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=33)]
public Android.Bluetooth.BluetoothCodecConfig.Builder SetBitsPerSample(int bitsPerSample);
[<Android.Runtime.Register("setBitsPerSample", "(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=33)>]
member this.SetBitsPerSample : int -> Android.Bluetooth.BluetoothCodecConfig.Builder
パラメーター
- bitsPerSample
- Int32
このコーデックの 値は次のいずれかです: BluetoothCodecConfig.BITS_PER_SAMPLE_NONE;BluetoothCodecConfig.BITS_PER_SAMPLE_16;BluetoothCodecConfig.BITS_PER_SAMPLE_24;BluetoothCodecConfig.BITS_PER_SAMPLE_32
返品
同じ Builder インスタンス。 この値は null にすることはできません。
- 属性
注釈
Bluetooth コーデック構成のサンプルごとのビット数を設定します。
android.bluetooth.BluetoothCodecConfig.Builder.setBitsPerSampleの Android リファレンス。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。