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: 1.8.12.0 (1.8.12)
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