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