Język

BluetoothCodecConfig.Builder.SetBitsPerSample(Int32) Method

Definition

Set the bits per sample for Bluetooth codec config.

[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

Parameters

bitsPerSample
Int32

of this codec. Value is one of the following: BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; BluetoothCodecConfig.BITS_PER_SAMPLE_16; BluetoothCodecConfig.BITS_PER_SAMPLE_24; BluetoothCodecConfig.BITS_PER_SAMPLE_32

Returns

the same Builder instance. This value cannot be null.

Attributes

Remarks

Set the bits per sample for Bluetooth codec config.

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

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