Ogg lib has new DTSC features
This commit is contained in:
parent
b85ceb9fc5
commit
f173ad0966
2 changed files with 58 additions and 0 deletions
|
@ -54,4 +54,12 @@ namespace OGG{
|
|||
bool checkDataSize(unsigned int size);
|
||||
std::string codec;//codec in the page
|
||||
};
|
||||
|
||||
class headerPages{
|
||||
public:
|
||||
void readDTSCHeader(JSON::Value meta);
|
||||
std::map <long long unsigned int, unsigned int> DTSCID2OGGSerial;
|
||||
std::map <long long unsigned int, unsigned int> DTSCID2seqNum;
|
||||
std::string parsedPages;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue