Navigation:  thinBasic Modules > TBASS > Streams >

TBASS_StreamFree

Previous pageReturn to chapter overviewNext page

 

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

 

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com