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]

Public Function GetSupportedRawModesCount (

ByRef nRawModesCount as Int32

) as Int32


 

[C#]

public Int32 GetSupportedRawModesCount (

ref Int32 nRawModesCount

);


 

[C++]

public: Int32 GetSupportedRawModesCount (

Int32 __gc *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.