<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > TBASS (Sound Module) > Streams > TBASS_StreamFree |
Description
Frees a sample stream's resources, including any sync / DSP / FX it has.
Syntax
n = TBASS_StreamFree(hStream)
Returns
Number
If successful, %TBASS_TRUE is returned, else %TBASS_FALSE is returned. Use TBASS_ErrorGetCode to get the error code.
Parameters
Name |
Type |
Optional |
Meaning |
hStream |
Number |
No |
The stream handle. |
Remarks
Restrictions
See also
Examples