FadingGroup_IncludeMainVideo
Delphi
procedure FadingGroup_IncludeMainVideo (FadingGroupId: LongInt; Value: Boolean);
C++Builder
void __fastcall FadingGroup_IncludeMainVideo(System::LongInt FadingGroupId, bool Value);
C#
public void FadingGroup_IncludeMainVideo(int FadingGroupId, bool Value);
VB.NET
Public Sub FadingGroup_IncludeMainVideo(FadingGroupId As Integer, Value As Boolean)
C++/Qt
void FadingGroup_IncludeMainVideo (int FadingGroupId, BOOL Value);
Includes or excludes the main video from the fade of the group. When enabled, the main video fades to the solid color of the group (see FadingGroup_SetFadeColor) together with the overlays assigned to the group. Disabled by default: a new group only fades its assigned overlays.