class RemiAudio::Demuxers::Ogg
- RemiAudio::Demuxers::Ogg
- Reference
- Object
Overview
A very basic Ogg demuxer. This implementation can read pages, and can rewind to the very beginning of an Ogg file, but cannot seek yet.
Defined in:
remiaudio/demuxers/ogg.crConstant Summary
-
MAGIC =
"OggS"
-
MAGIC_BYTES =
MAGIC.to_bytes
-
PAGE_VERSION =
0
Constructors
Instance Method Summary
- #atPage? : Bool
- #crc : UInt32
- #granulePos : UInt64
- #nextPacket(upto : Int | Nil = nil) : Bytes
- #packetsDecoded : Int64
- #packetsDecoded=(packetsDecoded : Int64)
- #pageNumber : UInt64
- #rewind : Nil
- #seqNumber : UInt32
- #serial : UInt32
- #startPos : Int64
- #type : PageType