Home
last modified time | relevance | path

Searched refs:audioEncoderOutJson (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.cpp278 cJSON *audioEncoderOutJson = cJSON_CreateObject(); in ToJson() local
279 if (audioEncoderOutJson == nullptr) { in ToJson()
283 ToJson(audioEncoderOutJson, out); in ToJson()
284 cJSON_AddItemToArray(audioEncoderOutsJson, audioEncoderOutJson); in ToJson()