Lingua

BluetoothCodecConfig.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 one 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. The value can be a bitmask with all bits per sample supported.

Java documentation for android.bluetooth.BluetoothCodecConfig.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