Added "isFixed" function.
This commit is contained in:
parent
6889e8910b
commit
da583bedba
2 changed files with 11 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
/// - nalu_end (int, if set, is a end-of-sequence)
|
||||
/// - offset (int, unsigned version of signed int! Holds the ms offset between timestamp and proper display time for B-frames)
|
||||
namespace DTSC {
|
||||
bool isFixed(JSON::Value & metadata);
|
||||
|
||||
/// This enum holds all possible datatypes for DTSC packets.
|
||||
enum datatype{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue