LoadStreamWithStartOffset
Docslocal retval = LoadStreamWithStartOffset(streamName, startOffset, soundSet)Description
Load in named stream. Optionally can specify a sound set which contains the sound specified by name.
Parameters
| Name | Type | Description |
|---|---|---|
streamName | char* | — |
startOffset | int | — |
soundSet | char* | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).