Copyright © 2006-2019 MultiMedia Soft

RecordedSound.PlaybackRateGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the current rate percentage of the playback stream. The playback rate percentage can be modified calling the RecordedSound.PlaybackRateSet method.

 

For further details about recorded sound methods refer to the RecordedSound class section.

For further details see the How to perform a recording session section.

 

 

Syntax

 

[Visual Basic]

Public Function PlaybackRateGet (

ByRef fRatePerc as Single

) as Single


 

[C#]

public float PlaybackRateGet (

ref float fRatePerc

);


 

[C++]

public: enumErrorCodes PlaybackRateGet (

float __gc *fRatePerc

);


 

 

Parameter

Description

 

 

fRatePerc

Reference that, on return from the method call, will contain the Sample Rate variation expressed in percentage; supported values are from -90 to 90.

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumErrorCodes.NOERROR (0)

The method call was successful.