Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp58 cJSON *sampleRateItem = nullptr; in FromJson() local
59 cJSON_ArrayForEach(sampleRateItem, sampleRate) { in FromJson()
60 if (sampleRateItem && sampleRateItem->type == cJSON_Number) { in FromJson()
61 audioEncoderIn.sample_rate.push_back((uint32_t)sampleRateItem->valuedouble); in FromJson()