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