Language

BluetoothLeAudioCodecConfig.ChannelCount Property

Definition

Returns the codec channel mode.

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

Property Value

Value is either 0 or a combination of the following: CHANNEL_COUNT_NONE; CHANNEL_COUNT_1; CHANNEL_COUNT_2

Attributes

Remarks

Returns the codec channel mode.

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

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