TVideoGrabber.Reencoding_StopTime

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies the stop time if the video clip must be cut.


Declaration
property Reencoding_StopTime: LargeInteger read GetReencodingStopTime write SetReencodingStopTime default DEF_Reencoding_StopTime;


__property __int64 Reencoding_StopTime=read=GetReencodingStopTime, write=SetReencodingStopTime, default=- 1


Property Reencoding_StopTime As Double

Description

Used to specify the stop 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 to end at the normal duration of the video clip.
Use AVIDuration to retrieve the duration of the video clip (before invoking StartReencoding).


See Also
OnReencodingCompleted OnReencodingProgress OnReencodingStarted Reencoding_IncludeAudioStream Reencoding_IncludeVideoStream Reencoding_Method Reencoding_NewVideoClip Reencoding_SourceVideoClip Reencoding_StartFrame Reencoding_StartTime Reencoding_StopFrame Reencoding_UseAudioCompressor Reencoding_UseFrameGrabber Reencoding_UseVideoCompressor Reencoding_WMVOutput StartReencoding StopReencoding