Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Video_Effects_Text_Logo_Plus Method

Adds a Text logo.

Pascal
procedure Video_Effects_Text_Logo_Plus(ID: Integer; StartTime: Integer; StopTime: Integer; Enabled: Boolean; text: WideString; X: Integer; Y: Integer; FontName: WideString; FontSize: Integer; Bold: Boolean; Italic: Boolean; Underline: Boolean; StrikeOut: Boolean; FontColor: Integer);
C++
__fastcall Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int X, int Y, BSTR FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, int FontColor);
C#
public Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, String text, int X, int Y, String FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, int FontColor);
Visual Basic
Public Sub Video_Effects_Text_Logo_Plus(ID As Integer, StartTime As Integer, StopTime As Integer, Enabled As Boolean, text As String, X As Integer, Y As Integer, FontName As String, FontSize As Integer, Bold As Boolean, Italic As Boolean, Underline As Boolean, StrikeOut As Boolean, FontColor As Integer)
Java
public Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, string text, int X, int Y, string FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, int FontColor);
IDL
Video_Effects_Text_Logo_Plus(int ID, int StartTime, int StopTime, Boolean Enabled, BSTR text, int X, int Y, BSTR FontName, int FontSize, Boolean Bold, Boolean Italic, Boolean Underline, Boolean StrikeOut, int FontColor);
JavaScript
Video_Effects_Text_Logo_Plus
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 
FontBold. 
Italic: Boolean 
FontItalic. 
Underline: Boolean 
FontUnderline. 
StrikeOut: Boolean 
Strike-out. 
FontColor: Integer 
Font color. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!