Home
last modified time | relevance | path

Searched defs:AudioDecoder (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H A Dhistreamer_ability_querier.h78 struct AudioDecoder { struct
80 std::vector<AudioDecoderIn> ins; argument
81 std::vector<AudioDecoderOut> outs; argument
90 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder); argument
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_audio_decoder.md1 # AudioDecoder chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_audio_decoder.md1 # AudioDecoder chapter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h295 struct AudioDecoder { struct
297 std::vector<AudioDecoderIn> ins; argument
298 std::vector<AudioDecoderOut> outs; argument
303 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder); argument