RecorderStateChangedEventArgs Constructor
Creates a new instance of the RecorderStateChangedEventArgs class.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
previousState As RecorderState, _
newState As RecorderState _
)
'Usage
Dim previousState As RecorderState
Dim newState As RecorderState
Dim instance As New RecorderStateChangedEventArgs(previousState, _
newState)
public RecorderStateChangedEventArgs(
RecorderState previousState,
RecorderState newState
)
Parameters
- previousState
Type: Microsoft.Rtc.Collaboration.AudioVideo.RecorderState
The recorder's previous state.
- newState
Type: Microsoft.Rtc.Collaboration.AudioVideo.RecorderState
The recorder's new state.
See Also
Reference
RecorderStateChangedEventArgs Class