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

Method OnAudioMessage

src/brpc/rtmp.cpp:1506–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504}
1505
1506void RtmpStreamBase::OnAudioMessage(RtmpAudioMessage* msg) {
1507 LOG(ERROR) << remote_side() << '[' << stream_id() << "] ignored " << *msg;
1508}
1509
1510void RtmpStreamBase::OnVideoMessage(RtmpVideoMessage* msg) {
1511 LOG(ERROR) << remote_side() << '[' << stream_id() << "] ignored " << *msg;

Callers

nothing calls this directly

Calls 2

remote_sideFunction · 0.85
CallOnAudioMessageMethod · 0.80

Tested by

no test coverage detected