Sets the play speed of the voice file.
[Visual Basic]
Public Shared Function SetSpeed( _
ByVal
chdev As
Integer, _
ByVal
adjsize As
Integer _
) As
Integer
[C#]
public static
int SetSpeed(
int chdev,
int adjsize);
Parameters
-
chdev
- Voice channel device
-
adjsize
- Specify between -10 and +10. Normal speed is 0.
Return Value
-=successful. -1=fail.
See Also
cti Class | CTI32NetLib Namespace