Copyright © 2005-2019 MultiMedia Soft

VideoPlayer.OSDIsEnabled method

Previous pageReturn to chapter overviewNext page

Remarks

 

Checks if the On-Screen-Display (OSD) for the given video mixer is enabled or disabled. The OSD can be enabled/disabled through the VideoPlayer.OSDEnable method.

 

For further details about the use of the embedded video player see the VideoPlayer class section.

For details about video clips rendering refer to the How to play video files through DirectShow tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function OSDIsEnabled (

nPlayerIndex as Int16

) as Booelan


 

[C#]

public bool OSDIsEnabled (

Int16 nPlayerIndex

);


 

[C++]

public: bool OSDIsEnabled (

Int16 nPlayerIndex

);


 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that will use the video player.

 

 

 

Return value

 

Mnemonic constant

Meaning

false

The OSD is disabled

true

The OSD is enabled