Copyright © 2008-2019 MultiMedia Soft

RawAudioFromExternalSourceStop method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stops receiving raw audio data provided by an external source: reception of raw audio data must be started by a previous call to the RawAudioFromExternalSourceStart method.

 

 

Syntax

 

[Visual Basic]

Public Function RawAudioFromExternalSourceStop (

bSuccess as Boolean

) as enumErrorCodes


 

[C#]

public enumErrorCodes RawAudioFromExternalSourceStop (

bool bSuccess

);


 

[C++]

public: enumErrorCodes RawAudioFromExternalSourceStop (

bool 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 (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.