Click or drag to resize

SDPMedia Constructor (String, String, UInt32, UInt32)

Initializes a new instance of the SDPMedia class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public SDPMedia(
	string media,
	string proto,
	uint port,
	uint ports
)

Parameters

media
Type: SystemString
proto
Type: SystemString
port
Type: SystemUInt32
ports
Type: SystemUInt32
See Also