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

Method OnUserData

src/brpc/rtmp.cpp:1485–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483void RtmpStreamBase::OnFirstMessage() {}
1484
1485void RtmpStreamBase::OnUserData(void*) {
1486 LOG(INFO) << remote_side() << '[' << stream_id()
1487 << "] ignored UserData{}";
1488}
1489
1490void RtmpStreamBase::OnCuePoint(RtmpCuePoint* cuepoint) {
1491 LOG(INFO) << remote_side() << '[' << stream_id()

Callers

nothing calls this directly

Calls 2

remote_sideFunction · 0.85
CallOnUserDataMethod · 0.80

Tested by

no test coverage detected