Searched defs:AudioStream (Results 1 – 1 of 1) sorted by relevance
46 struct AudioStream { struct47 uint8_t *buffer = nullptr; /* the virtual address of stream */48 uint32_t bufferLen = 0; /* stream length, by bytes */49 int64_t timeStamp = 0;