Crate ogg [−] [src]
Ogg container decoder and encoder
The most interesting structures for in this
mod are PacketReader and PacketWriter.
Structs
| Packet |
Ogg packet representation. |
| PacketReader |
Reader for packets from an Ogg stream. |
| PacketWriter |
Writer for packets into an Ogg stream. |
Enums
| OggReadError |
Error that can be raised when decoding an Ogg transport. |
| PacketWriteEndInfo |
Specifies whether to end something with the write of the packet. |
Type Definitions
| IoResult |
Ogg version of the |