VideoSource_FileOrURL_StopTime
property
Delphi
property VideoSource_FileOrURL_StopTime: LargeInteger read GetVideoSource_FileOrURL_StopTime write SetVideoSource_FileOrURL_StopTime;
C++Builder
__property LargeInteger VideoSource_FileOrURL_StopTime = {read=GetVideoSource_FileOrURL_StopTime, write=SetVideoSource_FileOrURL_StopTime, default=-1};
C#
public long VideoSource_FileOrURL_StopTime { get; set; }
VB.NET
Public Property VideoSource_FileOrURL_StopTime As Long
C++/Qt
__int64 GetVideoSource_FileOrURL_StopTime ();
void SetVideoSource_FileOrURL_StopTime (__int64 Value);
specifies the stop time of the VideoSource_FileOrUrl video clip when VideoSource = vs_VideoFileOrUrl. The stop time is expressed in 100ns units (e.g. 20000000 = 2 seconds). When it is set to -1 the video clip will play until the end.