1
0
Fork 0
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:
winlin 2017-03-04 14:29:17 +08:00
parent 8a53128a37
commit 8ab43b3e78

View file

@ -1974,9 +1974,9 @@ enum SrcPCUCEventType
SrcPCUCPingResponse = 0x07, SrcPCUCPingResponse = 0x07,
/** /**
* for PCUC size=3, the payload is "00 1A 01", * For PCUC size=3, for example the payload is "00 1A 01",
* where we think the event is 0x001a, fms defined msg, * it's a FMS control event, where the event type is 0x001a and event data is 0x01,
* which has only 1bytes event data. * please notice that the event data is only 1 byte for this event.
*/ */
SrsPCUCFmsEvent0 = 0x1a, SrsPCUCFmsEvent0 = 0x1a,
}; };