RemoteMediaFlowStateChangedEventArgs Class
Represents the event argument for RemoteMediaFlowStateChanged event in back to back call.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.StateChangedEventArgs<RemoteMediaFlowState>
Microsoft.Rtc.Collaboration.RemoteMediaFlowStateChangedEventArgs
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class RemoteMediaFlowStateChangedEventArgs _
Inherits StateChangedEventArgs(Of RemoteMediaFlowState)
'Usage
Dim instance As RemoteMediaFlowStateChangedEventArgs
public class RemoteMediaFlowStateChangedEventArgs : StateChangedEventArgs<RemoteMediaFlowState>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.