|
IMVSCClock
The IMVSCClock Interface from the MontiVision Smart Control
provides methods to setup the reference clock of the filter
graph.
The reference clock enables the filter configuration to play
back a video stream with the right speed. By default the reference
clock is enabled. In some cases the reference clock
timing prevented the correct working of a filter
graph configuration, e.g. save a video stream from a media file
into single images. The IMVSCClock Interface allows to
disable the reference clock.
| Disable
|
Disable the reference clock from a filter graph. |
| SetDefault
|
Set the default clock from the filter graph. |
Typelib: MV SmartControl
Method IMVSCClock::Disable
Declaration: Sub
Disable
Disable the reference clock from a filter graph.
Prototype:
HRESULT Disable();
Method IMVSCClock::SetDefault
Declaration: Sub
SetDefault
Set the default clock from the filter graph.
Prototype:
HRESULT SetDefault();
|