mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Fix #794, refine the comments.
This commit is contained in:
parent
8a53128a37
commit
8ab43b3e78
1 changed files with 3 additions and 3 deletions
|
@ -1974,9 +1974,9 @@ enum SrcPCUCEventType
|
|||
SrcPCUCPingResponse = 0x07,
|
||||
|
||||
/**
|
||||
* for PCUC size=3, the payload is "00 1A 01",
|
||||
* where we think the event is 0x001a, fms defined msg,
|
||||
* which has only 1bytes event data.
|
||||
* For PCUC size=3, for example the payload is "00 1A 01",
|
||||
* it's a FMS control event, where the event type is 0x001a and event data is 0x01,
|
||||
* please notice that the event data is only 1 byte for this event.
|
||||
*/
|
||||
SrsPCUCFmsEvent0 = 0x1a,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue