AAC input

This commit is contained in:
Marco 2020-10-28 15:42:33 +01:00 committed by Thulinma
parent 12246581e6
commit e961d71c16
5 changed files with 363 additions and 0 deletions

View file

@ -24,6 +24,7 @@ namespace aac{
bool hasSync() const;
char *getPayload();
std::string toPrettyString() const;
std::string getInit() const;
operator bool() const;
private: