Expand description
DEPRECATED — renamed to mpeg_pes.
This crate is a thin re-export shim. Switch your dependency to
mpeg-pes = "0.1" and replace dvb_pes:: with mpeg_pes::.
Structs§
- Dts
- Decoding Time Stamp (33-bit, 90 kHz units).
- PesAssembler
- Reassembles PES packets for a single PID from successive TS payloads.
- PesHeader
- The optional PES header present for non-special
stream_ids (§2.4.3.6). The variable optional fields (PTS/DTS, ESCR, ES_rate, trick mode, …) are retained verbatim inoptional_fields;pts/dtsare decoded from their front for convenience. - PesPacket
- A parsed PES packet.
- Pts
- Presentation Time Stamp (33-bit, 90 kHz units).
- Stream
Id - 8-bit
stream_idof a PES packet.
Enums§
- Error
- A PES parse error.
Constants§
- PACKET_
START_ CODE_ PREFIX - The 3-byte
packet_start_code_prefixthat opens every PES packet (0x000001).
Type Aliases§
- Result
- Result alias for PES parsing.