Video Chat ActiveX Control

SendStream



 

Occurs when you call connect method.

void VideochatSender1_SendStream(ByVal fVideoBitrate As Single, ByVal fAudioBitrate As Single)

 

Parameter
fVideoBitrate - the videobitrate sent.
fAudioBitrate - the audiobitrate sent.

Return Value

 No return value.


Example

   

Visual Basic Syntax
Private Sub VideochatSender1_SendStream(ByVal fVideoBitrate As Single, ByVal fAudioBitrate As Single)
lblvideobitrate.Caption = fVideoBitrate
lblaudiobitrate.Caption = fAudioBitrate
End Sub