Idioma

BluetoothCodecConfig.Builder.SetBitsPerSample(Int32) Método

Definição

Defina os bits por exemplo para a configuração de codec 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

Parâmetros

bitsPerSample
Int32

deste codec. O valor é um dos seguintes: BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; BluetoothCodecConfig.BITS_PER_SAMPLE_16; BluetoothCodecConfig.BITS_PER_SAMPLE_24; BluetoothCodecConfig.BITS_PER_SAMPLE_32

Retornos

a mesma instância do Construtor. Este valor não pode ser nulo.

Atributos

Comentários

Defina os bits por exemplo para a configuração de codec Bluetooth.

Referência do Android para android.bluetooth.BluetoothCodecConfig.Builder.setBitsPerSample.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a