Mega Code Archive

 
Categories / Delphi / Files
 

How to display the first frame of an avi file using TMediaPlayer

Title: How to display the first frame of an avi file using TMediaPlayer MediaPlayer1.Open; MediaPlayer1.Step; MediaPlayer1.Previous;