SetMode Method
Set the mode of the Player.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub SetMode ( _
mode As PlayerMode _
)
'Usage
Dim instance As Player
Dim mode As PlayerMode
instance.SetMode(mode)
public void SetMode(
PlayerMode mode
)
Parameters
Remarks
Can affect the state of the Player if the Player is already started. See ????????.