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

Method CallOnSharedObjectMessage

src/brpc/rtmp.cpp:1568–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1566}
1567
1568void RtmpStreamBase::CallOnSharedObjectMessage(RtmpSharedObjectMessage* msg) {
1569 if (BeginProcessingMessage("OnSharedObjectMessage()")) {
1570 OnSharedObjectMessage(msg);
1571 EndProcessingMessage();
1572 }
1573}
1574
1575void RtmpStreamBase::CallOnAudioMessage(RtmpAudioMessage* msg) {
1576 if (BeginProcessingMessage("OnAudioMessage()")) {

Callers 1

OnSharedObjectMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected