BluetoothLeSourceCodecType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum BluetoothLeSourceCodecType
type BluetoothLeSourceCodecType =
- Inheritance
-
BluetoothLeSourceCodecType
Fields
| Name | Value | Description |
|---|---|---|
| Lc3 | 0 | Source codec type for LC3. Android reference for 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 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 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. 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 |