MediaFlowStateChangedEventArgs Class

Definition

EventArgs for MediaFlow.StateChanged event.

public ref class MediaFlowStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::MediaFlowState>
public class MediaFlowStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.MediaFlowState>
type MediaFlowStateChangedEventArgs = class
    inherit StateChangedEventArgs<MediaFlowState>
Public Class MediaFlowStateChangedEventArgs
Inherits StateChangedEventArgs(Of MediaFlowState)
Inheritance
MediaFlowStateChangedEventArgs

Constructors

MediaFlowStateChangedEventArgs(MediaFlowState, MediaFlowState)

Creates a new instance of MediaFlowStateChangedEventArgs.

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