mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
425b5cb3ac
commit
cf010064eb
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ typedef SrsCplxError* srs_error_t;
|
|||
|
||||
#include <string>
|
||||
// The context ID, it default to a string object, we can also use other objects.
|
||||
// @remark User can directly user string as SrsContextId, we user struct to ensure the context is an object.
|
||||
// @remark User can directly use string as SrsContextId, we use struct to ensure the context is an object.
|
||||
#if 1
|
||||
class _SrsContextId
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue