Copyright © 2008-2019 MultiMedia Soft

RawAudioFromExternalSourceStop method

Previous pageReturn to chapter overviewNext page

Remarks

 

Receives a chunk of raw audio data through a memory buffer provided by an external source: reception of raw audio data must be started by a previous call to the RawAudioFromExternalSourceStart method.

 

 

Syntax

 

[Visual Basic]

control.RawAudioFromExternalSourceStop (

bSuccess as enumBoolean

) as enumErrorCodes


 

[C++]

short control.RawAudioFromExternalSourceStop (

short bSuccess

);


 

 

Parameter

Description

 

 

bSuccess

Boolean flag that, if set to "true", specifies if this stop can be considered as a successful conclusion of the raw audio data transfer allowing the provided raw audio to be loaded into the editor.

Set it to "false" in order to stop receiving data and discarding the same without a subsequent loading into the editor.

 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.