Langue

CodecType Enum

Definition

public enum CodecType
type CodecType = 
Inheritance
CodecType

Fields

Name Value Description
Sbc 0

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type SBC. This is the mandatory source codec type.

Android reference for android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC.

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.

Aac 1

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type AAC.

Android reference for android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC.

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.

Aptx 2

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type APTX.

Android reference for android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX.

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.

AptxHd 3

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type APTX HD.

Android reference for android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD.

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.

Ldac 4

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type LDAC.

Android reference for android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC.

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.

Lc3 5

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type LC3.

Android reference for android.bluetooth.BluetoothCodecConfig.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 6

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type Opus.

Android reference for android.bluetooth.BluetoothCodecConfig.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.

Invalid 1000000

This constant was deprecated in API level 35. Use the BluetoothCodecType values returned by BluetoothA2dp.getSupportedCodecTypes instead.

Source codec type invalid. This is the default value used for codec type.

Android reference for android.bluetooth.BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID.

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