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

Method stream_id

src/brpc/rtmp.h:581–581  ·  view source on GitHub ↗

Get id of the message stream.

Source from the content-addressed store, hash-verified

579
580 // Get id of the message stream.
581 uint32_t stream_id() const { return _message_stream_id; }
582
583 // Get id of the chunk stream.
584 uint32_t chunk_stream_id() const { return _chunk_stream_id; }

Callers 6

TEST_FFunction · 0.45
BeforeRecycleMethod · 0.45
SetConnectedMethod · 0.45
SendFeedbackMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36