Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Video_Effects_Text_Logo Method

Adds a text logo.

Pascal
procedure Video_Effects_Text_Logo(ID: Integer; StartTime: Integer; StopTime: Integer; Enabled: Boolean; text: WideString; X: Integer; Y: Integer; TransparentBG: Boolean; FontName: WideString; FontSize: Integer; Bold: Boolean; Italic: Boolean; Underline: Boolean; StrikeOut: Boolean; FontColor: TColor; BGColor: TColor);
C++
__fastcall Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int X, int Y, Boolean TransparentBG, BSTR FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, TColor FontColor, TColor BGColor);
C#
public Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, String text, int X, int Y, Boolean TransparentBG, String FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, TColor FontColor, TColor BGColor);
Visual Basic
Public Sub Video_Effects_Text_Logo(ID As Integer, StartTime As Integer, StopTime As Integer, Enabled As Boolean, text As String, X As Integer, Y As Integer, TransparentBG As Boolean, FontName As String, FontSize As Integer, Bold As Boolean, Italic As Boolean, Underline As Boolean, StrikeOut As Boolean, FontColor As TColor, BGColor As TColor)
Java
public Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, string text, int X, int Y, Boolean TransparentBG, string FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, TColor FontColor, TColor BGColor);
IDL
Video_Effects_Text_Logo(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int X, int Y, Boolean TransparentBG, BSTR FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, TColor FontColor, TColor BGColor);
JavaScript
Video_Effects_Text_Logo
Parameters 
Description 
ID: Integer 
Effect ID. 
StartTime: Integer 
Start time. 
StopTime: Integer 
Stop time. 
Enabled: Boolean 
if enabled, if disabled. 
text: WideString 
Text. 
X: Integer 
X. 
Y: Integer 
Y. 
FontName: WideString 
Font name. 
FontSize: Integer 
Font size. 
Bold: Boolean 
Bold. 
Italic: Boolean 
Italic. 
Underline: Boolean 
Underline. 
StrikeOut: Boolean 
Strike-out. 
FontColor: TColor 
Font color. 
BGColor: TColor 
Background color. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!