Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h36 enum CodecBitsPerSample { enum
61 CodecBitsPerSample codecBitsPerSample;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md141 | codecBitsPerSample<sup>11+</sup> | [CodecBitsPerSample](#codecbitspersample11) | 是 | 是 | …
175 ## CodecBitsPerSample<sup>11+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md128 | codecBitsPerSample<sup>11+</sup> | [CodecBitsPerSample](#codecbitspersample11) | Yes | Yes …
162 ## CodecBitsPerSample<sup>11+</sup>
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp81 const static std::map<int32_t, CodecBitsPerSample> g_a2dpCodecBitsPerSampleMap = {
263 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_NONE, "CODEC_BITS_PER_SAMPLE_NONE"); in CodecBitsPerSampleInit()
265 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_16, "CODEC_BITS_PER_SAMPLE_16"); in CodecBitsPerSampleInit()
267 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_24, "CODEC_BITS_PER_SAMPLE_24"); in CodecBitsPerSampleInit()
269 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_32, "CODEC_BITS_PER_SAMPLE_32"); in CodecBitsPerSampleInit()