The plugin part sndfile
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS Tools Plugin:sndfile:
All Console safe,
43 entry points.
- class SoundFileInfoMBS
- class SoundFileMBS
- method Seek(frames as Int64, whence as Integer) as Int64
- method WriteShortFrames(p as ptr, items as Int64) as Int64
- method ReadShortFrames(p as ptr, items as Int64) as Int64
- method WriteIntFrames(p as ptr, items as Int64) as Int64
- method ReadIntFrames(p as ptr, items as Int64) as Int64
- method WriteSingleFrames(p as ptr, items as Int64) as Int64
- method ReadSingleFrames(p as ptr, items as Int64) as Int64
- method WriteDoubleFrames(p as ptr, items as Int64) as Int64
- method ReadDoubleFrames(p as ptr, items as Int64) as Int64
- method WriteShort(p as ptr, items as Int64) as Int64
- method ReadShort(p as ptr, items as Int64) as Int64
- method WriteInt(p as ptr, items as Int64) as Int64
- method ReadInt(p as ptr, items as Int64) as Int64
- method WriteSingle(p as ptr, items as Int64) as Int64
- method ReadSingle(p as ptr, items as Int64) as Int64
- method WriteDouble(p as ptr, items as Int64) as Int64
- method ReadDouble(p as ptr, items as Int64) as Int64
- method Constructor
- method WriteSync
- method Close
- method WriteRaw(p as ptr, bytes as Int64) as Int64
- method ReadRaw(p as ptr, bytes as Int64) as Int64
- method SetString(type as Integer, text as string) as Integer
- method SetString(type as Integer, data as Memoryblock) as Integer
- method GetString(type as Integer) as string
- property Handle as Integer
- property ErrorNumber as Integer
- property ErrorMessage as String
- property Info as SoundFileInfoMBS
- shared method LoadLibrary(file as folderitem) as boolean
- shared method Loaded as Boolean
- shared method LoadErrorMessage as String
- shared method Version as string
- shared method ErrorMessage(errorNumber as integer) as string
- shared method Open(data as String) as SoundFileMBS
- shared method Open(data as MemoryBlock) as SoundFileMBS
- shared method Open(file as folderitem, readwrite As Boolean = False) as SoundFileMBS
- shared method Create(file as folderitem, Info as SoundFileInfoMBS) as SoundFileMBS
Blog Entries
Videos