Viscom Software Screen2Video ActiveX Control

StopRTMP Method

Description:   

Stop RTMP Recording.

Usage:   

Screen2Video1.StopRTMP Parameter1

Return Value:

No Return value.

Parameter:

No Parameter. 

 

Example:   

This Visual Basic example stop the RTMP streaming

Private Sub cmdStop_Click()     

       Screen2Video1.StopRTMP
End Sub