Click or drag to resize

MediaDescription Constructor (String, Origin, String, ListMediaChannelDescription)

Initializes a new instance of the MediaDescription class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public MediaDescription(
	string sessionName,
	Origin origin,
	string connection,
	List<MediaChannelDescription> channels
)

Parameters

sessionName
Type: SystemString
origin
Type: Ozeki.MediaOrigin
connection
Type: SystemString
channels
Type: System.Collections.GenericListMediaChannelDescription
See Also