Implemented ES priority flag in accordance with HBBTV spec
This commit is contained in:
parent
c78cbc22ea
commit
a73f97e065
3 changed files with 41 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue