Crate cea608_types

Source
Expand description

§cea608-types

Provides the necessary infrastructure to read and write CEA-608 byte pairs

The reference for this implementation is the ANSI/CTA-608-E S-2019 specification.

Modules§

tables
Module for the Code table

Structs§

Cea608State
Helper struct that has two purposes:
Cea608Writer
A writer that handles combining single byte Codes and double byte Codes.
Text
Text information

Enums§

Cea608
CEA-608 information
Id
A CEA-608 caption identifier unique within a CEA-608 stream
Mode
A CEA-08 presentation mode
ParserError
Various possible errors when parsing data
WriterError
An error enum returned when writing data fails