| Package | Description |
|---|---|
| org.gagravarr.flac | |
| org.gagravarr.ogg.audio | |
| org.gagravarr.opus | |
| org.gagravarr.speex | |
| org.gagravarr.vorbis |
| Modifier and Type | Method and Description |
|---|---|
OggAudioSetupHeader |
FlacOggFile.getSetup()
Flac doesn't have setup packets per-se, so return null
|
| Modifier and Type | Method and Description |
|---|---|
OggAudioSetupHeader |
OggAudioHeaders.getSetup() |
OggAudioSetupHeader |
OggAudioStreamHeaders.getSetup() |
| Modifier and Type | Method and Description |
|---|---|
OggAudioSetupHeader |
OpusFile.getSetup()
Opus doesn't have setup headers, so this is always null
|
| Modifier and Type | Method and Description |
|---|---|
OggAudioSetupHeader |
SpeexFile.getSetup()
Speex doesn't have setup headers, so this is always null
|
| Modifier and Type | Class and Description |
|---|---|
class |
VorbisSetup
Includes extensive CODEC setup information as well as the
complete VQ and Huffman codebooks needed for decode
|
Copyright © 2021. All rights reserved.