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
FiltersInGraphShowPropertyPage
FrameGrabberResultsGetAvailableType
FrameGrabberResultsGetPixelColor
FrameGrabberResultsGetBitmapsCount
FrameGrabberResultsGetFilePathname
FrameGrabberResultsGetFilesCount
LoadFromMemorySyncForTempoChange
VideoStreamSendToActiveMovieWin
Examples 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:
- AsioVideoPlayer
- VideoMixer
- VideoPlayerAdvanced
- VideoPlayerSimple
- VideoPlayerMultipleOutout
- VideoWaveform