Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp162 cJSON *sampleRateJson = cJSON_CreateArray(); in ToJson() local
163 if (sampleRateJson == nullptr) { in ToJson()
167 cJSON_AddItemToArray(sampleRateJson, cJSON_CreateNumber(rate)); in ToJson()
169 cJSON_AddItemToObject(jsonObject, SAMPLE_RATE.c_str(), sampleRateJson); in ToJson()