Click or drag to resize

MediaChannelDescription Constructor (String, Int32, String, CommunicationMode)

Initializes a new instance of the MediaChannelDescription class.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public MediaChannelDescription(
	string mediaType,
	int port,
	string mediaProtocol,
	CommunicationMode communicationMode
)

Parameters

mediaType
Type: SystemString
Media type. (e.g. Audio)
port
Type: SystemInt32
Port used during the communication.
mediaProtocol
Type: SystemString
Media protocol. (e.g. RTP)
communicationMode
Type: Ozeki.MediaCommunicationMode
Communication mode. (e.g sendrecv)
See Also