Crate ogg [] [src]

Ogg container decoder and encoder

The most interesting structures for in this mod are PacketReader and PacketWriter.

Reexports

pub use writing::PacketWriter;
pub use writing::PacketWriteEndInfo;
pub use reading::PacketReader;
pub use reading::OggReadError;

Modules

reading

Reading logic

writing

Writing logic

Structs

Packet

Ogg packet representation.