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§
- Actual
Other - 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.
- Text
Encoding - Text encodings as defined by ETSI EN 300 468, used by the
Text type
. - Text
Error - A problem encountered by
Text::to_string()
.