CTI32 Class Library

cti.GetComfortCSP Method 

Get the current setting for the Comfort noise for CSP

[Visual Basic]
Public Shared Function GetComfortCSP( _
   ByVal chdev As Integer, _
   ByRef is_set As Integer, _
   ByRef milliseconds As Integer _
) As Integer
[C#]
public static int GetComfortCSP(
   int chdev,
   ref int is_set,
   ref int milliseconds
);

Parameters

chdev
The channel device handle.
is_set
Out. Reference to integer on whether comfort noise has been set
milliseconds
Out. Reference to int on how many milliseconds to wait before comfort tone begins to play

Return Value

See Also

cti Class | CTI32NetLib Namespace