Sprache

BluetoothLeAudioCodecConfig.Builder.SetBitsPerSample(Int32) Methode

Definition

Legen Sie die Bits pro Beispiel für die LE-Audiocodeckonfiguration fest.

[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

Parameter

bitsPerSample
Int32

dieses Codecs. Der Wert ist entweder 0 oder eine Kombination aus folgendem: BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_NONE; BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_16; BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_24; BluetoothLeAudioCodecConfig.BITS_PER_SAMPLE_32

Gibt zurück

dieselbe Generator-Instanz. Dieser Wert darf nicht NULL sein.

Attribute

Hinweise

Legen Sie die Bits pro Beispiel für die LE-Audiocodeckonfiguration fest.

Android-Referenz für android.bluetooth.BluetoothLeAudioCodecConfig.Builder.setBitsPerSample.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: