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