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§
Structs§
- Cea608
State - Helper struct that has two purposes:
- Cea608
Writer - A writer that handles combining single byte
Code
s and double byteCode
s. - 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
- Parser
Error - Various possible errors when parsing data
- Writer
Error - An error enum returned when writing data fails