CTI32 Class Library

cti.AddStreamBuffer Method 

Add a to the buffer a stream coming off the internet

[Visual Basic]
Public Shared Function AddStreamBuffer( _
   ByVal dev As Integer, _
   ByVal sh As Integer, _
   ByVal buf As String, _
   ByVal len As Integer _
) As Integer
[C#]
public static int AddStreamBuffer(
   int dev,
   int sh,
   string buf,
   int len
);

Parameters

dev
Voice device
sh
Stream handle
buf
Buffer of data
len
Length of Data

Return Value

See Also

cti Class | CTI32NetLib Namespace