Index
Modules:
sndfile
.
API symbols
close:
sndfile: proc close(sndfile: ptr SndFile): cint
command:
sndfile: proc command(sndfile: ptr SndFile; cmd: SFCommand; data: pointer; datasize: cint): cint
currentByterate:
sndfile: proc currentByterate(sndfile: ptr SndFile): cint
error:
sndfile: proc error(sndfile: ptr SndFile): cint
errorNumber:
sndfile: proc errorNumber(errnum: int): cstring
formatCheck:
sndfile: proc formatCheck(info: ptr SFInfo): SFBool
getString:
sndfile: proc getString(sndfile: ptr SndFile; str_type: SFStrType): cstring
open:
sndfile: proc open(path: cstring; mode: SFMode; sfinfo: ptr SFInfo): ptr SndFile
readDouble:
sndfile: proc readDouble(sndfile: ptr SndFile; buffer_ptr: ptr cdouble; items: SFCount): SFCount
readFDouble:
sndfile: proc readFDouble(sndfile: ptr SndFile; buffer_ptr: ptr cdouble; items: SFCount): SFCount
readFFloat:
sndfile: proc readFFloat(sndfile: ptr SndFile; buffer_ptr: ptr cfloat; items: SFCount): SFCount
readFInt:
sndfile: proc readFInt(sndfile: ptr SndFile; buffer_ptr: ptr cint; items: SFCount): SFCount
readFloat:
sndfile: proc readFloat(sndfile: ptr SndFile; buffer_ptr: ptr cfloat; items: SFCount): SFCount
readFShort:
sndfile: proc readFShort(sndfile: ptr SndFile; buffer_ptr: ptr cshort; items: SFCount): SFCount
readInt:
sndfile: proc readInt(sndfile: ptr SndFile; buffer_ptr: ptr cint; items: SFCount): SFCount
readShort:
sndfile: proc readShort(sndfile: ptr SndFile; buffer_ptr: ptr cshort; items: SFCount): SFCount
seek:
sndfile: proc seek(sndfile: ptr SndFile; frames: SFCount; whence: SFSeek): SFCount
setString:
sndfile: proc setString(sndfile: ptr SndFile; str_type: SFStrType; str: cstring): cint
SFAmbisonic:
sndfile: enum SFAmbisonic
SFBitrateMode:
sndfile: enum SFBitrateMode
SFBool:
sndfile: enum SFBool
SFBroadcastInfo:
sndfile: object SFBroadcastInfo
SFCartInfo:
sndfile: object SFCartInfo
SFCartTimer:
sndfile: object SFCartTimer
SFChannelMode:
sndfile: enum SFChannelMode
SFCommand:
sndfile: enum SFCommand
SFCount:
sndfile: type SFCount
SFCuePoint:
sndfile: object SFCuePoint
SFEmbedFileInfo:
sndfile: object SFEmbedFileInfo
SFEndian:
sndfile: enum SFEndian
SFErr:
sndfile: enum SFErr
SFFormat:
sndfile: enum SFFormat
SFFormatInfo:
sndfile: object SFFormatInfo
SFFormatMask:
sndfile: enum SFFormatMask
SFInfo:
sndfile: object SFInfo
SFInstrument:
sndfile: object SFInstrument
SFLoop:
sndfile: object SFLoop
SFLoopInfo:
sndfile: object SFLoopInfo
SFLoopMode:
sndfile: enum SFLoopMode
SFMode:
sndfile: enum SFMode
SFSeek:
sndfile: enum SFSeek
SFStrType:
sndfile: enum SFStrType
SndFile:
sndfile: type SndFile
strError:
sndfile: proc strError(sndfile: ptr SndFile): cstring
versionString:
sndfile: proc versionString(): cstring
writeDouble:
sndfile: proc writeDouble(sndfile: ptr SndFile; buffer_ptr: ptr cdouble; items: SFCount): SFCount
writeFDouble:
sndfile: proc writeFDouble(sndfile: ptr SndFile; buffer_ptr: ptr cdouble; items: SFCount): SFCount
writeFFloat:
sndfile: proc writeFFloat(sndfile: ptr SndFile; buffer_ptr: ptr cfloat; items: SFCount): SFCount
writeFInt:
sndfile: proc writeFInt(sndfile: ptr SndFile; buffer_ptr: ptr cint; items: SFCount): SFCount
writeFloat:
sndfile: proc writeFloat(sndfile: ptr SndFile; buffer_ptr: ptr cfloat; items: SFCount): SFCount
writeFShort:
sndfile: proc writeFShort(sndfile: ptr SndFile; buffer_ptr: ptr cshort; items: SFCount): SFCount
writeInt:
sndfile: proc writeInt(sndfile: ptr SndFile; buffer_ptr: ptr cint; items: SFCount): SFCount
writeShort:
sndfile: proc writeShort(sndfile: ptr SndFile; buffer_ptr: ptr cshort; items: SFCount): SFCount
writeSync:
sndfile: proc writeSync(sndfile: ptr SndFile)