Fixes to HTTP parser lib, DTSCMeta keysizes, MP4 headers and 4+GiB MP4 file output by Oswald de Bruin
This commit is contained in:
parent
3f6e465d6e
commit
f9201cbf9a
7 changed files with 114 additions and 32 deletions
|
@ -152,6 +152,7 @@ namespace MP4 {
|
|||
public:
|
||||
DCDescriptor (const char* pointer, const unsigned long length, const bool master = false);
|
||||
bool isAAC(); ///< Returns true if this track is AAC.
|
||||
std::string getCodec();
|
||||
DSDescriptor getSpecific();
|
||||
std::string toPrettyString(uint32_t indent = 0);///< put it into a pretty string
|
||||
};
|
||||
|
@ -176,6 +177,7 @@ namespace MP4 {
|
|||
ESDS(std::string init);
|
||||
ESDescriptor getESDescriptor();
|
||||
bool isAAC();
|
||||
std::string getCodec();
|
||||
std::string getInitData();
|
||||
std::string toPrettyString(uint32_t indent = 0);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue