Improved NAL unit and keyframe handling

This commit is contained in:
Thulinma 2017-05-15 17:11:24 +02:00
parent e5470f035e
commit 288cc5d3ce
4 changed files with 21 additions and 39 deletions

View file

@ -127,7 +127,7 @@ namespace DTSC {
bool getFlag(const char * identifier) const;
bool hasMember(const char * identifier) const;
void appendNal(const char * appendData, uint32_t appendLen, uint32_t totalLen);
void clearKeyFrame();
void setKeyFrame(bool kf);
long long unsigned int getTime() const;
long int getTrackId() const;
char * getData() const;