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

Method OnCuePoint

src/brpc/rtmp.cpp:1490–1493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1488}
1489
1490void RtmpStreamBase::OnCuePoint(RtmpCuePoint* cuepoint) {
1491 LOG(INFO) << remote_side() << '[' << stream_id()
1492 << "] ignored CuePoint{" << cuepoint->data << '}';
1493}
1494
1495void RtmpStreamBase::OnMetaData(RtmpMetaData* metadata, const butil::StringPiece& name) {
1496 LOG(INFO) << remote_side() << '[' << stream_id()

Callers

nothing calls this directly

Calls 2

remote_sideFunction · 0.85
CallOnCuePointMethod · 0.80

Tested by

no test coverage detected