Edit

Share via


MediaChannelDescriptor Constructors

Definition

Overloads

MediaChannelDescriptor(String, String, MediaFormatSet)
MediaChannelDescriptor(String, String, Object, MediaFormatSet)

MediaChannelDescriptor(String, String, MediaFormatSet)

public:
 MediaChannelDescriptor(System::String ^ type, System::String ^ label, Microsoft::Rtc::Internal::Collaboration::Media::MediaFormatSet ^ mediaFormatSet);
public MediaChannelDescriptor (string type, string label, Microsoft.Rtc.Internal.Collaboration.Media.MediaFormatSet mediaFormatSet);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelDescriptor : string * string * Microsoft.Rtc.Internal.Collaboration.Media.MediaFormatSet -> Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelDescriptor

Parameters

type
String
label
String
mediaFormatSet
MediaFormatSet

Applies to

MediaChannelDescriptor(String, String, Object, MediaFormatSet)

public:
 MediaChannelDescriptor(System::String ^ type, System::String ^ label, System::Object ^ tag, Microsoft::Rtc::Internal::Collaboration::Media::MediaFormatSet ^ mediaFormatSet);
public MediaChannelDescriptor (string type, string label, object tag, Microsoft.Rtc.Internal.Collaboration.Media.MediaFormatSet mediaFormatSet);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelDescriptor : string * string * obj * Microsoft.Rtc.Internal.Collaboration.Media.MediaFormatSet -> Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelDescriptor

Parameters

type
String
label
String
tag
Object
mediaFormatSet
MediaFormatSet

Applies to