esds box namespace fixed:
This commit is contained in:
parent
c7bd07d660
commit
9729daa93d
2 changed files with 13 additions and 13 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#include "box.h"
|
||||
#include <string>
|
||||
|
||||
class Box_mp4a {
|
||||
class Box_esds {
|
||||
public:
|
||||
Box_mp4a( );
|
||||
~Box_mp4a();
|
||||
Box_esds( );
|
||||
~Box_esds();
|
||||
Box * GetBox();
|
||||
void SetDataReferenceIndex( uint16_t DataReferenceIndex = 0);
|
||||
void SetChannelCount( uint16_t Count = 2 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue