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 StringPath to the logo bitmap file.
C Prototype:HRESULT put_LogoPath(BSTR newVal);
HRESULT get_LogoPath(BSTR *pVal);
Method IMVDemoSource2::SetDefaultLogo
Declaration: Sub SetDefaultLogoSet the bitmap from the LogoPath property as default logo for the MV Demo filter.
C Prototype:HRESULT SetDefaultLogo();