Constructor
# new SMACKER(filename, audioopt)
load SMACKER file (SMK) for video/audio playback.
Note: SMACKER module must be loaded by calling LoadLibrary("smacker") before using!
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
filename |
string
|
file name of the soundfile to load. |
|
audio |
boolean
|
<optional> |
enable audioo playback with true, disable with false (default: false). |
- See:
-
- LoadLibrary()