IMVDemoSource2

The IMVDemoSource2 Interface extends the IMVDemoSource interface from the MV Demo Source  filter.

Methods:

LogoPath Path to the logo bitmap file.
SetDefaultLogo Set the bitmap from the LogoPath property as default logo for the MV Demo filter.

Header file: IMVDemoSource.h
Interface definition language file: IMVDemoSource.idl
Typelib: MVDemoSource
Interface ID: IID_IMVDemoSource2


Property IMVDemoSource2::LogoPath

Declaration: Property Get/Put LogoPath As String

Path to the logo bitmap file.

C Prototype:

HRESULT put_LogoPath(BSTR newVal);
HRESULT get_LogoPath(BSTR *pVal);


Declaration: Sub SetDefaultLogo

Set the bitmap from the LogoPath property as default logo for the MV Demo filter.

C Prototype:

HRESULT SetDefaultLogo();