RecorderStateChangedEventArgs Class
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.
Represents information received when the recorder's state changes.
public ref class RecorderStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::AudioVideo::RecorderState>
public class RecorderStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.AudioVideo.RecorderState>
type RecorderStateChangedEventArgs = class
inherit StateChangedEventArgs<RecorderState>
Public Class RecorderStateChangedEventArgs
Inherits StateChangedEventArgs(Of RecorderState)
- Inheritance
Constructors
RecorderStateChangedEventArgs(RecorderState, RecorderState) |
Creates a new instance of the RecorderStateChangedEventArgs class. |
Properties
PreviousState |
Gets the previous state for the object. (Inherited from StateChangedEventArgs<T>) |
State |
Gets the new state for the object. (Inherited from StateChangedEventArgs<T>) |
Methods
ToString() |
Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}. (Inherited from StateChangedEventArgs<T>) |