BB FlashBack SDK: FBPlayer

GetFullScreenMonitor

Description

Returns the index of the 'fullscreen' monitor, if one exists. The 'fullscreen' monitor is the monitor on which the movie will playback fullscreen.

Syntax

[C#/C++]
Public void GetFullScreenMonitor (Long *index);

[VB.NET]
public Sub GetFullScreenMonitor (ByRef index as Integer)

Parameters

Index (out): the index of the fullscreen monitor. If there is no 'fullscreen' monitor, this contains the index of the primary monitor.

Remarks

Use GetMonitorInfo and MonitorCount to get information on monitors when setting the 'fullscreen' monitor - the monitor on which the movie plays full screen.

See Also

FBPlayer::MonitorsCount  FBPlayer::SetFullScreenMonitor