RecorderStateChangedEventArgs Class

Definition

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
RecorderStateChangedEventArgs

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>)

Applies to