H265 library improvements
This commit is contained in:
parent
5126928d0d
commit
5dce70e933
5 changed files with 543 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
|||
#pragma once
|
||||
#include "mp4.h"
|
||||
|
||||
namespace h265 {
|
||||
class metaInfo;
|
||||
}
|
||||
|
||||
namespace MP4 {
|
||||
class MFHD: public Box {
|
||||
public:
|
||||
|
@ -174,6 +178,7 @@ namespace MP4 {
|
|||
std::string asAnnexB();
|
||||
void setPayload(std::string newPayload);
|
||||
std::string toPrettyString(uint32_t indent = 0);
|
||||
h265::metaInfo getMetaInfo();
|
||||
};
|
||||
|
||||
class Descriptor{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue