mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Cover JSON codec. 3.0.62
This commit is contained in:
parent
48970389ba
commit
1b2449ca3f
3 changed files with 92 additions and 2 deletions
|
@ -1970,9 +1970,10 @@ SrsJsonAny* SrsJsonArray::at(int index)
|
|||
return elem;
|
||||
}
|
||||
|
||||
void SrsJsonArray::add(SrsJsonAny* value)
|
||||
SrsJsonArray* SrsJsonArray::add(SrsJsonAny* value)
|
||||
{
|
||||
properties.push_back(value);
|
||||
return this;
|
||||
}
|
||||
|
||||
SrsJsonArray* SrsJsonArray::append(SrsJsonAny* value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue