Skip to main content

Crate dvb_pes

Crate dvb_pes 

Source
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 in optional_fields; pts/dts are decoded from their front for convenience.
PesPacket
A parsed PES packet.
Pts
Presentation Time Stamp (33-bit, 90 kHz units).
StreamId
8-bit stream_id of a PES packet.

Enums§

Error
A PES parse error.

Constants§

PACKET_START_CODE_PREFIX
The 3-byte packet_start_code_prefix that opens every PES packet (0x000001).

Type Aliases§

Result
Result alias for PES parsing.