FlowConfigurationRequestedEventArgs(MediaFlow) Constructor
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.
Creates new instance of FlowConfigurationRequestedEventArgs class.
public:
FlowConfigurationRequestedEventArgs(Microsoft::Rtc::Collaboration::ComponentModel::MediaFlow ^ flow);
public FlowConfigurationRequestedEventArgs (Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow flow);
new Microsoft.Rtc.Collaboration.ComponentModel.FlowConfigurationRequestedEventArgs : Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow -> Microsoft.Rtc.Collaboration.ComponentModel.FlowConfigurationRequestedEventArgs
Public Sub New (flow As MediaFlow)
Parameters
- flow
- MediaFlow
The flow that controls the media.