MJPEGConnectioncreateProtocolStack Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 String
-
- host String
-
- port Int32
-
Return Value
OzP
See Also