MCPcopy Create free account
hub / github.com/apache/brpc / CallOnUserData

Method CallOnUserData

src/brpc/rtmp.cpp:1547–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545}
1546
1547void RtmpStreamBase::CallOnUserData(void* data) {
1548 if (BeginProcessingMessage("OnUserData()")) {
1549 OnUserData(data);
1550 EndProcessingMessage();
1551 }
1552}
1553
1554void RtmpStreamBase::CallOnCuePoint(RtmpCuePoint* obj) {
1555 if (BeginProcessingMessage("OnCuePoint()")) {

Callers 1

OnUserDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected