Sprache

BluetoothLeSourceCodecType Enum

Definition

public enum BluetoothLeSourceCodecType
type BluetoothLeSourceCodecType = 
Inheritance
BluetoothLeSourceCodecType

Fields

Name Value Description
Lc3 0

Source codec type for LC3.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SOURCE_CODEC_TYPE_LC3.

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.

Opus 1

Source codec type for Opus.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SOURCE_CODEC_TYPE_OPUS.

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.

OpusHiRes 2

Source codec type for Opus High Resolution.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SOURCE_CODEC_TYPE_OPUS_HI_RES.

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.

VendorSpecific 255

Source codec type used for Vendor Specific codecs. When this type is used, getCodecId() should be used to get more information about the codec.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SOURCE_CODEC_TYPE_VENDOR_SPECIFIC.

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.

Invalid 1000000

Applies to