Fixed parsing of ADTS inside TS spread over multiple PES
This commit is contained in:
parent
bd38fd20c3
commit
d21c15fcdd
4 changed files with 87 additions and 13 deletions
|
@ -16,7 +16,9 @@ namespace aac {
|
|||
unsigned long getChannelCount() const;
|
||||
unsigned long getHeaderSize() const;
|
||||
unsigned long getPayloadSize() const;
|
||||
unsigned long getCompleteSize() const;
|
||||
unsigned long getSampleCount() const;
|
||||
bool hasSync() const;
|
||||
char * getPayload();
|
||||
std::string toPrettyString() const;
|
||||
operator bool() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue