| Interface | Description |
|---|---|
| OpusPacket |
Parent of all Opus packets
|
| Class | Description |
|---|---|
| OpusAudioData |
Raw, compressed audio data
|
| OpusFile |
This is a wrapper around an OggFile that lets you
get at all the interesting bits of an Opus file.
|
| OpusInfo |
The identification header identifies the bitstream as Opus,
and includes the Opus version, the simple audio characteristics
of the stream such as sample rate and number of channels etc.
|
| OpusPacketFactory |
Identifies the right kind of
OpusPacket for a given
incoming OggPacket, and creates it |
| OpusStatistics | |
| OpusTags |
This is a
VorbisComments with an Opus metadata
block header, rather than the usual vorbis one. |
Copyright © 2021. All rights reserved.