MJPEGConnectioncreateProtocolStack Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxprotected virtual OzP createProtocolStack(
string protocol,
string host,
int port
)
Protected Overridable Function createProtocolStack (
protocol As String,
host As String,
port As Integer
) As OzP
protected:
virtual OzP^ createProtocolStack(
String^ protocol,
String^ host,
int port
)
abstract createProtocolStack :
protocol : string *
host : string *
port : int -> OzP
override createProtocolStack :
protocol : string *
host : string *
port : int -> OzP
Parameters
- protocol
- Type: SystemString
- host
- Type: SystemString
- port
- Type: SystemInt32
Return Value
Type:
OzP
See Also