Expand description
Ogg container decoder and encoder
The most interesting structures for in this
mod are PacketReader
and PacketWriter
.
Re-exports§
pub use crate::writing::PacketWriter;
pub use crate::writing::PacketWriteEndInfo;
pub use crate::reading::PacketReader;
pub use crate::reading::OggReadError;
pub use crate::reading::PageParsingOptions;
Modules§
- Reading logic
- Writing logic
Structs§
- Ogg packet representation.