> Oh. Please call Idle method in this case to give CPU time to the class for
> updating the video frame.
You're right Arnaud, I'm using the position property.

I did that too, also without success.

Here's the final code that doesn't work.

  dim f as QTFrameExtractorMBS
  dim posit as Double
  dim p as Picture
  
  
  f = new QTFrameExtractorMBS(JPGH264_AA_Extrait)
  
  posit = 0
  
  do
 
    f.Position = posit
    
    f.Idle
    p = f.CurrentPicture
    Canvas1.Graphics.DrawPicture(p,0,0)
    
    posit = posit+1
  
    
  Loop Until posit>29



louis
  


_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to