RemoteMediaFlowStateChangedEventArgs Class

Definition

Represents the event argument for RemoteMediaFlowStateChanged event in back to back call.

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

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