Copyright © 2013-2017 MultiMedia Soft

GetSupportedRawModesCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the number of RAW formats supported natively by the control.

The friendly description of each RAW format can be obtained using the GetSupportedRawModeDesc method.

 

 

Syntax

 

[Visual Basic]

control.GetSupportedRawModesCount (

nRawModesCount as Long

) as enumWanErrorCodes


 

[C++]

short control.GetSupportedRawModesCount (

long *nRawModesCount

);


 

Parameter

Description

 

 

nRawModesCount

Reference that, after returning from the method call, will contain the number of RAW formats supported natively by the control.

Supported RAW formats are listed inside the AnalyzeSoundFromFileRaw and ExternalSoundAnalysisStart methods.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful