flowly-mpegts 0.2.1

Mpeg2Ts format streaming parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod bytes;
mod continuity_counter;
mod crc32;
mod legal_time_window;
mod pid;
mod piecewise_rate;
mod seamless_splice;
mod stream_id;
mod stream_type;
mod timestamp;
mod version;

pub mod io;
pub mod ts;

pub trait WritableLen {
    fn writable_len(&self) -> usize;
}