Language

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

定義

Bluetooth コーデック構成のサンプル レートを設定します。

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

パラメーター

sampleRate
Int32

このコーデックの 値は次のいずれかです: BluetoothCodecConfig.SAMPLE_RATE_NONE;BluetoothCodecConfig.SAMPLE_RATE_44100;BluetoothCodecConfig.SAMPLE_RATE_48000;BluetoothCodecConfig.SAMPLE_RATE_88200;BluetoothCodecConfig.SAMPLE_RATE_96000;BluetoothCodecConfig.SAMPLE_RATE_176400;BluetoothCodecConfig.SAMPLE_RATE_192000

返品

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

属性

注釈

Bluetooth コーデック構成のサンプル レートを設定します。

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

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

適用対象