Język

BluetoothLeChannelCount Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum BluetoothLeChannelCount
[<System.Flags>]
type BluetoothLeChannelCount = 
Inheritance
BluetoothLeChannelCount
Attributes

Fields

Name Value Description
None 0

Codec channel mode NONE. Default value of the codec channel mode.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.CHANNEL_COUNT_NONE.

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.

One 1

Codec channel mode MONO.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.CHANNEL_COUNT_1.

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.

Two 2

Codec channel mode STEREO.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.CHANNEL_COUNT_2.

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