Home
last modified time | relevance | path

Searched refs:sampleFormatsJson (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.cpp425 cJSON *sampleFormatsJson = cJSON_CreateArray(); in ToJson() local
426 if (sampleFormatsJson == nullptr) { in ToJson()
430 … cJSON_AddItemToArray(sampleFormatsJson, cJSON_CreateNumber(static_cast<uint8_t>(sampleFormat))); in ToJson()
432 cJSON_AddItemToObject(jsonObject, AUDIO_SAMPLE_FORMAT.c_str(), sampleFormatsJson); in ToJson()