Working DTSC2 -> FLV
This commit is contained in:
parent
1449e9e73e
commit
64c97d15a3
3 changed files with 54 additions and 56 deletions
|
@ -49,7 +49,7 @@ namespace FLV {
|
|||
bool DTSCVideoInit(JSON::Value & video);
|
||||
bool DTSCAudioInit(DTSC::Stream & S);
|
||||
bool DTSCAudioInit(JSON::Value & audio);
|
||||
bool DTSCMetaInit(DTSC::Stream & S, std::string vidName = "", std::string audName = "");
|
||||
bool DTSCMetaInit(DTSC::Stream & S, JSON::Value & videoRef, JSON::Value & audioRef);
|
||||
JSON::Value toJSON(JSON::Value & metadata);
|
||||
bool MemLoader(char * D, unsigned int S, unsigned int & P);
|
||||
bool FileLoader(FILE * f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue