mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #179, update the metadata of flv dvr file.
This commit is contained in:
parent
7077b74d03
commit
1445086451
8 changed files with 270 additions and 25 deletions
|
@ -794,6 +794,10 @@ namespace _srs_internal
|
|||
virtual std::string key_at(int index);
|
||||
virtual const char* key_raw_at(int index);
|
||||
virtual SrsAmf0Any* value_at(int index);
|
||||
/**
|
||||
* set the value of hashtable.
|
||||
* @param value, the value to set. NULL to delete the property.
|
||||
*/
|
||||
virtual void set(std::string key, SrsAmf0Any* value);
|
||||
public:
|
||||
virtual SrsAmf0Any* get_property(std::string name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue