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

Function is_video

src/brpc/ts.cpp:220–222  ·  view source on GitHub ↗

whether the sid indicates the elementary stream video.

Source from the content-addressed store, hash-verified

218
219// whether the sid indicates the elementary stream video.
220inline bool is_video(TsPESStreamId sid) {
221 return ((sid >> 4) & 0x0f) == 0x0e/*0b1110*/;
222}
223
224TsChannelGroup::TsChannelGroup() {}
225TsChannelGroup::~TsChannelGroup() {}

Callers 1

EncodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected