|
IMVExtendedVideoSource
The IMVExtendedVideoSource Interface is the base interface from
the MontiVision Extended Video Source Control. It provides methods
to initialise the control.
Header file:
IMVExtendedVideoSource.h
Interface definition language file:
IMVExtendedVideoSource.idl
Typelib: MVExtendedVideoSource
Interface ID: IID_IMVExtendedVideoSource
Method
IMVExtendedVideoSource::Init
Declaration: Sub
Init(Control As Unknown)
Initialises the control with the interface from a MV Smart
Control.
Parameter:
Prototype:
HRESULT Init(IUnknown* Control);
|