RecordedSound.PlaybackTempoGet method |
|
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 object section.
For further details see the How to perform a recording session section.
Syntax
[Visual Basic] control.RecordedSound.PlaybackTempoGet ( fTempoPerc as single ) as enumErrorCodes |
[C++] short control.RecordedSound.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. |