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

Method CallOnCuePoint

src/brpc/rtmp.cpp:1554–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552}
1553
1554void RtmpStreamBase::CallOnCuePoint(RtmpCuePoint* obj) {
1555 if (BeginProcessingMessage("OnCuePoint()")) {
1556 OnCuePoint(obj);
1557 EndProcessingMessage();
1558 }
1559}
1560
1561void RtmpStreamBase::CallOnMetaData(RtmpMetaData* obj, const butil::StringPiece& name) {
1562 if (BeginProcessingMessage("OnMetaData()")) {

Callers 2

OnCuePointMethod · 0.80
OnDataMessageAMF0Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected