Reencoding_StopTime
property
Delphi
property Reencoding_StopTime: LargeInteger read GetReencodingStopTime write SetReencodingStopTime;
C++Builder
__property LargeInteger Reencoding_StopTime = {read=GetReencodingStopTime, write=SetReencodingStopTime, default=-1};
C#
public long Reencoding_StopTime { get; set; }
VB.NET
Public Property Reencoding_StopTime As Long
C++/Qt
__int64 GetReencoding_StopTime ();
void SetReencoding_StopTime (__int64 Value);
Specifies the stop time if the new video clip must contain only a part of the original video clip (if the video clip must be cut), expressed in 100ns units (e.g. 4 seconds = 40000000). Set the value to -1 to end at the normal duration of the video clip. Use AVIDuration to retrieve the duration of the video clip (before invoking StartReencoding).