MediaFlowStateChangedEventArgs Constructor
Creates a new instance of MediaFlowStateChangedEventArgs.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
previousState As MediaFlowState, _
state As MediaFlowState _
)
'Usage
Dim previousState As MediaFlowState
Dim state As MediaFlowState
Dim instance As New MediaFlowStateChangedEventArgs(previousState, _
state)
public MediaFlowStateChangedEventArgs(
MediaFlowState previousState,
MediaFlowState state
)
Parameters
- previousState
Type: Microsoft.Rtc.Collaboration.MediaFlowState
Previous state of the media flow.
- state
Type: Microsoft.Rtc.Collaboration.MediaFlowState
New state of the media flow.
See Also
Reference
MediaFlowStateChangedEventArgs Class