Click or drag to resize

MediaDescription Constructor (String, Origin, String, ListMediaChannelDescription, IEnumerableSessionAttribute)

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,
	IEnumerable<SessionAttribute> attributes
)

Parameters

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