CTI32 Class Library

cti.GetBytesPlayed Method 

Returns number of bytes played on the last Play() command.

[Visual Basic]
Public Shared Function GetBytesPlayed( _
   ByVal chdev As Integer _
) As Integer
[C#]
public static int GetBytesPlayed(
   int chdev
);

Parameters

chdev
Voice device used in the Play() command

Return Value

Bytes played

See Also

cti Class | CTI32NetLib Namespace