VideoSource_FileOrURL_StartTime
property
Delphi
property VideoSource_FileOrURL_StartTime: LargeInteger read GetVideoSource_FileOrURL_StartTime write SetVideoSource_FileOrURL_StartTime;
C++Builder
__property LargeInteger VideoSource_FileOrURL_StartTime = {read=GetVideoSource_FileOrURL_StartTime, write=SetVideoSource_FileOrURL_StartTime, default=-1};
C#
public long VideoSource_FileOrURL_StartTime { get; set; }
VB.NET
Public Property VideoSource_FileOrURL_StartTime As Long
C++/Qt
__int64 GetVideoSource_FileOrURL_StartTime ();
void SetVideoSource_FileOrURL_StartTime (__int64 Value);
Specifies the start time of the VideoSource_FileOrUrl video clip when VideoSource = vs_VideoFileOrUrl. The start time is expressed in 100ns units (e.g. 20000000 = 2 seconds). When it is set to -1 the video clip starts from the beginning.