PlayerStateChangedEventArgs.TransitionReason Property
Gets the reason for the player's state change.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property TransitionReason As PlayerStateTransitionReason
Get
'Usage
Dim instance As PlayerStateChangedEventArgs
Dim value As PlayerStateTransitionReason
value = instance.TransitionReason
public PlayerStateTransitionReason TransitionReason { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.PlayerStateTransitionReason
See Also
Reference
PlayerStateChangedEventArgs Class