Added minKeepAway support to DTSC::Track object, senders and parsers
This commit is contained in:
parent
c895a6b7e2
commit
f3f2802844
3 changed files with 34 additions and 6 deletions
|
@ -297,6 +297,7 @@ namespace DTSC {
|
|||
std::string codec;
|
||||
std::string type;
|
||||
std::string lang;///< ISO 639-2 Language of track, empty or und if unknown.
|
||||
uint32_t minKeepAway;///<Time in MS to never seek closer than live point to
|
||||
//audio only
|
||||
int rate;
|
||||
int size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue