MediaFlowStateChangedEventArgs(MediaFlowState, MediaFlowState) 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 a new instance of MediaFlowStateChangedEventArgs.
public:
MediaFlowStateChangedEventArgs(Microsoft::Rtc::Collaboration::MediaFlowState previousState, Microsoft::Rtc::Collaboration::MediaFlowState state);
public MediaFlowStateChangedEventArgs (Microsoft.Rtc.Collaboration.MediaFlowState previousState, Microsoft.Rtc.Collaboration.MediaFlowState state);
new Microsoft.Rtc.Collaboration.MediaFlowStateChangedEventArgs : Microsoft.Rtc.Collaboration.MediaFlowState * Microsoft.Rtc.Collaboration.MediaFlowState -> Microsoft.Rtc.Collaboration.MediaFlowStateChangedEventArgs
Public Sub New (previousState As MediaFlowState, state As MediaFlowState)
Parameters
- previousState
- MediaFlowState
Previous state of the media flow.
- state
- MediaFlowState
New state of the media flow.