added setDiscontinuity function to ts_packet, added DEBUG MSG level shortcuts
This commit is contained in:
parent
6a6a8915d2
commit
12b0d9a930
3 changed files with 29 additions and 0 deletions
|
@ -45,6 +45,7 @@ namespace TS {
|
|||
void setRandomAccess(bool newVal);
|
||||
bool getRandomAccess() const;
|
||||
|
||||
void setDiscontinuity(bool newVal);
|
||||
bool hasDiscontinuity() const;
|
||||
bool hasPCR() const;
|
||||
bool hasOPCR() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue