Home
last modified time | relevance | path

Searched refs:audioDecoderInJson (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.cpp473 cJSON *audioDecoderInJson = cJSON_CreateObject(); in ToJson() local
474 if (audioDecoderInJson == nullptr) { in ToJson()
478 ToJson(audioDecoderInJson, in); in ToJson()
479 cJSON_AddItemToArray(audioDecoderInsJson, audioDecoderInJson); in ToJson()