BluetoothLeAudioCodecConfig.Builder.SetBitsPerSample(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the bits per sample for LE audio codec config.
[Android.Runtime.Register("setBitsPerSample", "(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;", "", ApiSince=33)]
public Android.Bluetooth.BluetoothLeAudioCodecConfig.Builder SetBitsPerSample(int bitsPerSample);
[<Android.Runtime.Register("setBitsPerSample", "(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;", "", ApiSince=33)>]
member this.SetBitsPerSample : int -> Android.Bluetooth.BluetoothLeAudioCodecConfig.Builder
Parameters
- bitsPerSample
- Int32
of this codec. Value is either 0 or a combination of the following: BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_NONE; BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_16; BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_24; BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_32
Returns
the same Builder instance. This value cannot be null.
- Attributes
Remarks
Set the bits per sample for LE audio codec config.
Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.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.