VideoMixer.OSDIsEnabled method |
|
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 VideoMixer.OSDEnable method.
For further details about the use of the embedded video mixer see the VideoMixer object section.
For details about video mixing/blending refer to the How to use the video mixer tutorial.
Syntax
[Visual Basic] control.VideoMixer.OSDIsEnabled ( nMixerUniqueId as Long ) as Boolean |
[C++] BOOL control.VideoMixer.OSDIsEnabled ( long nMixerUniqueId ); |
Parameter |
Description |
|
|
nMixerUniqueId |
Unique identifier of the video mixer returned by a previous call to the VideoMixer.Create method |
Return value
Mnemonic constant |
Value |
Meaning |
BOOL_FALSE |
0 |
The OSD is disabled |
BOOL_TRUE |
1 |
The OSD is enabled |