Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h56 CODEC_SAMPLE_RATE_192000 = 6, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md203 | CODEC_SAMPLE_RATE_192000<sup>11+</sup> | 6 | 192k位采样率。|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp.md190 | CODEC_SAMPLE_RATE_192000<sup>11+</sup> | 6 | 192 kHz.|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp69 {CODEC_SAMPLE_RATE_192000, A2DP_SAMPLE_RATE_NONE_USER},
303 CodecSampleRate::CODEC_SAMPLE_RATE_192000, "CODEC_SAMPLE_RATE_192000"); in CodecSampleRateInit()