Home
last modified time | relevance | path

Searched refs:TS_PAYLOAD_UNIT_START_INDICATOR (Results 1 – 2 of 2) sorted by relevance

/xiu/library/container/mpegts/src/
H A Ddefine.rs34 pub const TS_PAYLOAD_UNIT_START_INDICATOR: u8 = 0x40; constant
H A Dts.rs240 ts_header.or_u8_at(1, define::TS_PAYLOAD_UNIT_START_INDICATOR)?; in write_ts_header_for_pes()