|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SetRatePerc (
nPlayer as Integer,
fRatePerc as single
) as enumErrorCodes
|
|
[C++]
short control.SetRatePerc (
short nPlayer,
float fRatePerc
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
fRatePerc
|
The Sample Rate variation expressed in percentage; supported values are from -90 to 90.
Setting this parameter to 0 will set the original sound sample rate value.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|