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] Public Function OSDIsEnabled ( nMixerUniqueId as Int32 ) as Booelan |
[C#] public bool OSDIsEnabled ( Int32 nMixerUniqueId ); |
[C++] public: bool OSDIsEnabled ( Int32 nMixerUniqueId ); |
Parameter |
Description |
|
|
nMixerUniqueId |
Unique identifier of the video mixer returned by a previous call to the VideoMixer.Create method |
Return value
Mnemonic constant |
Meaning |
false |
The OSD is disabled |
true |
The OSD is enabled |