Set the volume on a channel.
[Visual Basic]
Public Shared Function SetVolume( _
ByVal
chdev As
Integer, _
ByVal
adjsize As
Integer _
) As
Integer
[C#]
public static
int SetVolume(
int chdev,
int adjsize);
Parameters
-
chdev
- Voice channel device
-
adjsize
- Specify between -10 and +10. Regular volume is 0
Return Value
0=successful. -1=fail.
See Also
cti Class | CTI32NetLib Namespace