Sprache

BluetoothLeAudioCodecConfig.BitsPerSample Property

Definition

Returns the codec bits per sample.

public int BitsPerSample { [Android.Runtime.Register("getBitsPerSample", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getBitsPerSample", "()I", "", ApiSince=33)>]
member this.BitsPerSample : int

Property Value

Value is either 0 or a combination of the following: BITS_PER_SAMPLE_NONE; BITS_PER_SAMPLE_16; BITS_PER_SAMPLE_24; BITS_PER_SAMPLE_32

Attributes

Remarks

Returns the codec bits per sample.

Java documentation for android.bluetooth.BluetoothLeAudioCodecConfig.getBitsPerSample().

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