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