|
PlaybackTempoGet method |
![]() ![]()
|
Remarks
Retrieves the current Tempo percentage for the playback stream. The Tempo percentage can be modified calling the PlaybackTempoSet method.
Syntax
[Visual Basic] control.PlaybackTempoGet ( fTempoPerc as single ) as enumErrorCodes |
[C++] short control.PlaybackTempoGet ( float *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. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The call was successful. |