MediaChannelContext 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
MediaChannelContext(MediaChannelContext) | |
MediaChannelContext(MediaChannelDescriptor) | |
MediaChannelContext(String, String) | |
MediaChannelContext(Object, String, String) |
MediaChannelContext(MediaChannelContext)
public:
MediaChannelContext(Microsoft::Rtc::Internal::Collaboration::Media::MediaChannelContext ^ channelContext);
public MediaChannelContext (Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext channelContext);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext : Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext -> Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext
Public Sub New (channelContext As MediaChannelContext)
Parameters
- channelContext
- MediaChannelContext
Applies to
MediaChannelContext(MediaChannelDescriptor)
public:
MediaChannelContext(Microsoft::Rtc::Internal::Collaboration::Media::MediaChannelDescriptor ^ channelDescriptor);
public MediaChannelContext (Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelDescriptor channelDescriptor);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext : Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelDescriptor -> Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext
Public Sub New (channelDescriptor As MediaChannelDescriptor)
Parameters
- channelDescriptor
- MediaChannelDescriptor
Applies to
MediaChannelContext(String, String)
public:
MediaChannelContext(System::String ^ type, System::String ^ label);
public MediaChannelContext (string type, string label);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext : string * string -> Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext
Public Sub New (type As String, label As String)
Parameters
- type
- String
- label
- String
Applies to
MediaChannelContext(Object, String, String)
public:
MediaChannelContext(System::Object ^ tag, System::String ^ type, System::String ^ label);
public MediaChannelContext (object tag, string type, string label);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext : obj * string * string -> Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext
Public Sub New (tag As Object, type As String, label As String)
Parameters
- tag
- Object
- type
- String
- label
- String