Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ is_server_stream
Method
is_server_stream
src/brpc/rtmp.h:591–591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
589
590
bool is_client_stream() const { return _is_client; }
591
bool is_server_stream() const { return !_is_client; }
592
593
// True iff OnStop() was called.
594
bool is_stopped() const { return _stopped; }
Callers
1
~RtmpContext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected