va-ts 0.0.4

MPEG-TS implementation for Rust
Documentation
1
2
3
4
5
6
7
/// ETSI EN 300 468 V1.15.1
///
/// Bouquet Association Table
#[allow(dead_code)]
pub struct BAT<'buf> {
    buf: &'buf [u8],
}