Skip to content

Reencoding_StopFrame

property

Delphi
property Reencoding_StopFrame: LargeInteger read GetReencodingStopFrame write SetReencodingStopFrame;
C++Builder
__property LargeInteger Reencoding_StopFrame = {read=GetReencodingStopFrame, write=SetReencodingStopFrame, default=-1};
C#
public long Reencoding_StopFrame { get; set; }
VB.NET
Public Property Reencoding_StopFrame As Long
C++/Qt
__int64 GetReencoding_StopFrame ();
void SetReencoding_StopFrame (__int64 Value);

Used to specify the stop frame if the new video clip must contain only a part of the original video clip. Set the value to -1 to go on until the end of the video clip. Use AVIDuration to retrieve the frame count of the video clip (before invoking StartReencoding).