Reencoding_StartFrame
Delphi
property Reencoding_StartFrame: LargeInteger read GetReencodingStartFrame write SetReencodingStartFrame;
C++Builder
__property LargeInteger Reencoding_StartFrame = {read=GetReencodingStartFrame, write=SetReencodingStartFrame, default=-1};
C#
public long Reencoding_StartFrame { get; set; }
VB.NET
Public Property Reencoding_StartFrame As Long
C++/Qt
__int64 GetReencoding_StartFrame ();
void SetReencoding_StartFrame (__int64 Value);
Used to specify the start frame if the new video clip must contain only a part of the original video clip. Set the value to -1 to start from the beginning of the video clip. Use AVIDuration to retrieve the number of frames of the video clip (before invoking StartReencoding).