Crate mpeg2ts

Source
Expand description

MPEG2-TS decoding/encoding library.

§References

§Specification

  • ISO/IEC 13818-1
  • ITU-T Rec. H.222.0

§Wikipedia

Modules§

es
Elementary stream.
pes
Packetized elementary stream.
time
Time-related constituent elements.
ts
Transport stream.

Structs§

Error
This crate specific Error type.

Enums§

ErrorKind
Possible error kinds.

Type Aliases§

Result
This crate specific Result type.