TBASS_Free

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > TBASS (Sound Module) > TBASS functions working on init, info, general, ... >

TBASS_Free

 

Description

 

Frees all resources used by the output device, including all it's samples, streams, and MOD music.

 

Syntax

 

n = TBASS_Free

 

Returns

 

If successful, then %TBASS_TRUE is returned, else %TBASS_FALSE is returned. Use TBASS_ErrorGetCode to get the error code.

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples