Skip to content

Reencoding_StartTime

property

Delphi
property Reencoding_StartTime: LargeInteger read GetReencodingStartTime write SetReencodingStartTime;
C++Builder
__property LargeInteger Reencoding_StartTime = {read=GetReencodingStartTime, write=SetReencodingStartTime, default=-1};
C#
public long Reencoding_StartTime { get; set; }
VB.NET
Public Property Reencoding_StartTime As Long
C++/Qt
__int64 GetReencoding_StartTime ();
void SetReencoding_StartTime (__int64 Value);

Used to specify the start time if the new video clip must contain only a part of the original video clip, expressed in 100ns units (e.g. 4 seconds = 40000000).

Set the value to -1 (or 0) to start from the beginning of the video clip.

Use AVIDuration to retrieve the duration of the video clip (before invoking StartReencoding ).