MediaChannelDescriptor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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