Copyright © 2006-2019 MultiMedia Soft

RecordedSound.PlaybackTempoGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current Tempo percentage for the playback stream. The Tempo percentage can be modified calling the RecordedSound.PlaybackTempoSet 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 PlaybackTempoGet (

ByRef fTempoPerc as Single

) as Single


 

[C#]

public float PlaybackTempoGet (

ref float fTempoPerc

);


 

[C++]

public: float PlaybackTempoGet (

float __gc *fTempoPerc

);


 

 

Parameter

Description

 

 

fTempoPerc

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