Added minKeepAway support to DTSC::Track object, senders and parsers

This commit is contained in:
Thulinma 2017-08-03 15:06:12 +02:00
parent c895a6b7e2
commit f3f2802844
3 changed files with 34 additions and 6 deletions

View file

@ -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;