Fixed default values and errors
This commit is contained in:
parent
6d6b001ec9
commit
687f477cff
2 changed files with 14 additions and 7 deletions
|
@ -634,7 +634,7 @@ namespace MP4 {
|
|||
|
||||
class STTS: public fullBox{
|
||||
public:
|
||||
STTS();
|
||||
STTS(char v = 1, uint32_t f = 0);
|
||||
void setEntryCount(uint32_t newEntryCount);
|
||||
uint32_t getEntryCount();
|
||||
void setSTTSEntry(STTSEntry newSTTSEntry, uint32_t no);
|
||||
|
@ -685,7 +685,7 @@ namespace MP4 {
|
|||
|
||||
class STSZ: public fullBox{
|
||||
public:
|
||||
STSZ();
|
||||
STSZ(char v = 1, uint32_t f = 0);
|
||||
void setSampleSize(uint32_t newSampleSize);
|
||||
uint32_t getSampleSize();
|
||||
void setSampleCount(uint32_t newSampleCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue