Oolite 1.91.0.7644-241112-7f5034b
|
import "OOALSoundDecoder.h"
import "NSDataOOExtensions.h"
import <vorbis/vorbisfile.h>
import "OOLogging.h"
import "unzip.h"
Go to the source code of this file.
Classes | |
class | OOALSoundVorbisCodec |
Enumerations | |
enum | { kMaxDecodeSize = 1 << 20 } |
Functions | |
static size_t | OOReadOXZVorbis (void *ptr, size_t size, size_t nmemb, void *datasource) |
static int | OOCloseOXZVorbis (void *datasource) |
anonymous enum |
|
static |
Definition at line 520 of file OOALSoundDecoder.m.
|
static |
Definition at line 500 of file OOALSoundDecoder.m.
References OOALSoundVorbisCodec::uf, UNZ_OK, and unzReadCurrentFile().