Media Player SDK
|
Adds a text logo.
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);
__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);
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);
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)
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);
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);
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!
|