Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Video_Effects_Text_Logo_Plus_Params_DateTimeMode Method

Draws current date and/or time instead text.

Pascal
procedure Video_Effects_Text_Logo_Plus_Params_DateTimeMode(ID: Integer; enabled_: Boolean; mask: WideString);
C++
__fastcall Video_Effects_Text_Logo_Plus_Params_DateTimeMode(int ID, Boolean enabled_, BSTR mask);
C#
public Video_Effects_Text_Logo_Plus_Params_DateTimeMode(int ID, Boolean enabled_, String mask);
Visual Basic
Public Sub Video_Effects_Text_Logo_Plus_Params_DateTimeMode(ID As Integer, enabled_ As Boolean, mask As String)
Java
public Video_Effects_Text_Logo_Plus_Params_DateTimeMode(int ID, Boolean enabled_, string mask);
IDL
Video_Effects_Text_Logo_Plus_Params_DateTimeMode(int ID, Boolean enabled_, BSTR mask);
JavaScript
Video_Effects_Text_Logo_Plus_Params_DateTimeMode
Parameters 
Description 
ID: Integer 
Effect ID. 
mask: WideString 
Date/time mask. See remarks. 
enabled 
True if date/time mode active. 

You can use mask like this: "MM.dd.yyyy hh.mm.ss". Mask based on the following specifications: http://msdn.microsoft.com/en-us/library/dd317787(v=VS.85).aspx and http://msdn.microsoft.com/en-us/library/dd318148(v=VS.85).aspx .

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!