Language support for MP4
This commit is contained in:
parent
3844dac4fd
commit
0a2a749566
3 changed files with 33 additions and 8 deletions
|
@ -463,9 +463,10 @@ namespace MP4 {
|
|||
uint32_t getTimeScale();
|
||||
void setDuration(uint64_t newDuration);
|
||||
uint64_t getDuration();
|
||||
///\todo return language properly
|
||||
void setLanguage(uint16_t newLanguage);
|
||||
uint16_t getLanguage();
|
||||
uint16_t getLanguageInt();
|
||||
void setLanguage(const std::string & newLanguage);
|
||||
std::string getLanguage();
|
||||
std::string toPrettyString(uint32_t indent = 0);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue