Crate en_300_468_reader

Source
Expand description

Types for reading Service Information from a DVB MPEG Transport Stream, formatted according to ETSI standard EN 300 486.

Modules§

sdt
Service Description Table section data

Structs§

Text
A wrapper around bytes representing text having embedded encoding information, with functionality for trying to decode this a Rust String.

Enums§

ActualOther
There are several pieces of metadata in the spec that may apply to the ‘actual’ transport stream (i.e. the one containing the metadata) or some ‘other’ transport stream. This wrapper allows these cases to be discriminated.
En300_468Descriptors
All descriptors supported by this crate.
TextEncoding
Text encodings as defined by ETSI EN 300 468, used by the Text type.
TextError
A problem encountered by Text::to_string().