Property | Type | Description | |
---|---|---|---|
abs_path | string |
Method | Description | |
---|---|---|
RTSPClient ( string serverHost, int serverPort, string abs_path ) : System | ||
pause ( ) : void | ||
play ( ) : void | ||
setup ( ) : void | ||
tc_Connected ( TcpClient arg1, System sock ) : void | ||
teardown ( ) : void |
public RTSPClient ( string serverHost, int serverPort, string abs_path ) : System | ||
serverHost | string | |
serverPort | int | |
abs_path | string | |
return | System |
public tc_Connected ( TcpClient arg1, System sock ) : void | ||
arg1 | TcpClient | |
sock | System | |
return | void |