Searched defs:AudioDecoder (Results 1 – 3 of 3) sorted by relevance
29 class AudioDecoder; variable
78 struct AudioDecoder { struct80 std::vector<AudioDecoderIn> ins; argument81 std::vector<AudioDecoderOut> outs; argument90 void ToJson(nlohmann::json &jsonObject, const AudioDecoder &audioDecoder); argument
295 struct AudioDecoder { struct297 std::vector<AudioDecoderIn> ins; argument298 std::vector<AudioDecoderOut> outs; argument303 void FromJson(const nlohmann::json &jsonObject, AudioDecoder &audioDecoder); argument