Home
last modified time | relevance | path

Searched refs:audioEncoderInJson (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.cpp263 cJSON *audioEncoderInJson = cJSON_CreateObject(); in ToJson() local
264 if (audioEncoderInJson == nullptr) { in ToJson()
268 ToJson(audioEncoderInJson, in); in ToJson()
269 cJSON_AddItemToArray(audioEncoderInsJson, audioEncoderInJson); in ToJson()