Seamless playback

Prev

Next

 






































































































Seamless playback

Description

The seamless playback feature allows to play a list of several clips having the same format as a single clip:

VideoGrabber.Playlist (pl_Clear, '');

VideoGrabber.Playlist (pl_Add, 'c:/folder/videoclip1.mp4');

VideoGrabber.Playlist (pl_Add, 'c:/folder/videoclip2.mp4');

VideoGrabber.Playlist (pl_Add, 'c:/folder/videoclip3.mp4');

VideoGrabber.PlayerFileName := 'PLAYLIST';

VideoGrabber.OpenPlayer;

More information can be found in the PlayList chapter.