Copyright © 2008-2026 MultiMedia Soft

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 PlaybackTempoSet method.

 

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.