Skip to content

SetTextOverlay_Enabled

method

Delphi
procedure SetTextOverlay_Enabled (Index: LongInt; Value: Boolean);
C++Builder
void __fastcall SetTextOverlay_Enabled(System::LongInt Index, bool Value);
C#
public void SetTextOverlay_Enabled(int Index, bool Value);
VB.NET
Public Sub SetTextOverlay_Enabled(Index As Integer, Value As Boolean)
C++/Qt
void SetTextOverlay_Enabled (int Index, BOOL Value);
void SetTextOverlay_Enabled (BOOL Value);

Enables/disables drawing text over video frames.

Look at the Text overlays chapter.