Searched defs:AudioDecoder (Results 1 – 4 of 4) sorted by relevance
78 struct AudioDecoder { struct80 std::vector<AudioDecoderIn> ins; argument81 std::vector<AudioDecoderOut> outs; argument90 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder); argument
1 # AudioDecoder chapter
295 struct AudioDecoder { struct297 std::vector<AudioDecoderIn> ins; argument298 std::vector<AudioDecoderOut> outs; argument303 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder); argument