| MediaDescription Constructor (String, Origin, String, ListMediaChannelDescription, IEnumerableSessionAttribute) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic MediaDescription(
	string sessionName,
	Origin origin,
	string connection,
	List<MediaChannelDescription> channels,
	IEnumerable<SessionAttribute> attributes
)
Public Sub New ( 
	sessionName As String,
	origin As Origin,
	connection As String,
	channels As List(Of MediaChannelDescription),
	attributes As IEnumerable(Of SessionAttribute)
)
public:
MediaDescription(
	String^ sessionName, 
	Origin^ origin, 
	String^ connection, 
	List<MediaChannelDescription^>^ channels, 
	IEnumerable<SessionAttribute^>^ attributes
)
new : 
        sessionName : string * 
        origin : Origin * 
        connection : string * 
        channels : List<MediaChannelDescription> * 
        attributes : IEnumerable<SessionAttribute> -> MediaDescriptionParameters
- sessionName
 - Type: SystemString
 - origin
 - Type: Ozeki.MediaOrigin
 - connection
 - Type: SystemString
 - channels
 - Type: System.Collections.GenericListMediaChannelDescription
 - attributes
 - Type: System.Collections.GenericIEnumerableSessionAttribute
 
See Also