Share via


Player.Mode Property

Gets the player's current mode.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Mode As PlayerMode
    Get
'Usage
Dim instance As Player
Dim value As PlayerMode

value = instance.Mode
public PlayerMode Mode { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.AudioVideo.PlayerMode

See Also

Reference

Player Class

Player Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace