Implemented ES priority flag in accordance with HBBTV spec

This commit is contained in:
Thulinma 2016-07-18 10:08:28 +02:00
parent c78cbc22ea
commit a73f97e065
3 changed files with 41 additions and 9 deletions

View file

@ -45,6 +45,8 @@ namespace TS {
bool getUnitStart() const;
void setRandomAccess(bool newVal);
bool getRandomAccess() const;
void setESPriority(bool newVal);
bool getESPriority() const;
void setDiscontinuity(bool newVal);
bool hasDiscontinuity() const;
@ -53,7 +55,6 @@ namespace TS {
bool hasSplicingPoint() const;
bool hasTransportError() const;
bool hasPriority() const;
bool hasESpriority() const;
//Helper functions
operator bool() const;