Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
VideoPlayer object 
 
The VideoPlayer object, accessible through the control's VideoPlayer property, is internally implemented as a COM interface called IVideoPlayer and gives access to playback of video clips through DirectShow
 
For details about video clips rendering refer to the How to play video files through DirectShow tutorial. 
 
The VideoPlayer object is implemented through the following methods: 
 
Methods 
 
  • Create 
  • Move 
  • Show 
  • Load 
  • LoadForEAX 
  • LoadForTempoChange 
  • Play 
  • PlayRange 
  • Pause 
  • Resume 
  • Seek 
  • Stop 
  • Close 
  • IsSeekable 
  • GetDuration 
  • GetPosition 
  • GetNativeSize 
  •  
    A sample of use of the VideoPlayer object in Visual Basic 6 and Visual C++ 6 can be found inside the following samples installed with the product's setup package: 
    - TestVideoPlayer 
     
     
     
     
     
     
     
     
    Copyright © 2001-2008 MultiMedia Soft 
    Return to Table of contents