Home
last modified time | relevance | path

Searched refs:CodecChannelMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h43 enum CodecChannelMode { enum
62 CodecChannelMode codecChannelMode;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md142 | codecChannelMode<sup>11+</sup> | [CodecChannelMode](#codecchannelmode11) | 是 | 是 | 表示编码器…
162 ## CodecChannelMode<sup>11+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md129 | codecChannelMode<sup>11+</sup> | [CodecChannelMode](#codecchannelmode11) | Yes | Yes | Cha…
149 ## CodecChannelMode<sup>11+</sup>
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp88 const static std::map<int32_t, CodecChannelMode> g_a2dpCodecChannelModeMap = {
278 CodecChannelMode::CODEC_CHANNEL_MODE_NONE, "CODEC_CHANNEL_MODE_NONE"); in CodecChannelModeInit()
280 CodecChannelMode::CODEC_CHANNEL_MODE_MONO, "CODEC_CHANNEL_MODE_MONO"); in CodecChannelModeInit()
282 CodecChannelMode::CODEC_CHANNEL_MODE_STEREO, "CODEC_CHANNEL_MODE_STEREO"); in CodecChannelModeInit()