#include <interfaces.h>
|
| long STDCALL(* | QueryInterface )(IUnknown *This, const GUID *riid, void **ppvObject) |
| |
| long STDCALL(* | AddRef )(IUnknown *This) |
| |
| long STDCALL(* | Release )(IUnknown *This) |
| |
| HRESULT STDCALL(* | get_PPLevel )(IDivxFilterInterface *This, int *PPLevel) |
| |
| HRESULT STDCALL(* | put_PPLevel )(IDivxFilterInterface *This, int PPLevel) |
| |
| HRESULT STDCALL(* | put_DefaultPPLevel )(IDivxFilterInterface *This) |
| |
| HRESULT STDCALL(* | put_MaxDelayAllowed )(IDivxFilterInterface *This, int maxdelayallowed) |
| |
| HRESULT STDCALL(* | put_Brightness )(IDivxFilterInterface *This, int brightness) |
| |
| HRESULT STDCALL(* | put_Contrast )(IDivxFilterInterface *This, int contrast) |
| |
| HRESULT STDCALL(* | put_Saturation )(IDivxFilterInterface *This, int saturation) |
| |
| HRESULT STDCALL(* | get_MaxDelayAllowed )(IDivxFilterInterface *This, int *maxdelayallowed) |
| |
| HRESULT STDCALL(* | get_Brightness )(IDivxFilterInterface *This, int *brightness) |
| |
| HRESULT STDCALL(* | get_Contrast )(IDivxFilterInterface *This, int *contrast) |
| |
| HRESULT STDCALL(* | get_Saturation )(IDivxFilterInterface *This, int *saturation) |
| |
| HRESULT STDCALL(* | put_AspectRatio )(IDivxFilterInterface *This, int x, IDivxFilterInterface *Thisit, int y) |
| |
| HRESULT STDCALL(* | get_AspectRatio )(IDivxFilterInterface *This, int *x, IDivxFilterInterface *Thisit, int *y) |
| |
◆ AddRef
| long STDCALL( * IDivxFilterInterface_vt::AddRef) (IUnknown *This) |
◆ get_AspectRatio
◆ get_Brightness
| HRESULT STDCALL( * IDivxFilterInterface_vt::get_Brightness) (IDivxFilterInterface *This, int *brightness) |
◆ get_Contrast
◆ get_MaxDelayAllowed
| HRESULT STDCALL( * IDivxFilterInterface_vt::get_MaxDelayAllowed) (IDivxFilterInterface *This, int *maxdelayallowed) |
◆ get_PPLevel
◆ get_Saturation
| HRESULT STDCALL( * IDivxFilterInterface_vt::get_Saturation) (IDivxFilterInterface *This, int *saturation) |
◆ put_AspectRatio
◆ put_Brightness
| HRESULT STDCALL( * IDivxFilterInterface_vt::put_Brightness) (IDivxFilterInterface *This, int brightness) |
◆ put_Contrast
◆ put_DefaultPPLevel
◆ put_MaxDelayAllowed
| HRESULT STDCALL( * IDivxFilterInterface_vt::put_MaxDelayAllowed) (IDivxFilterInterface *This, int maxdelayallowed) |
◆ put_PPLevel
◆ put_Saturation
| HRESULT STDCALL( * IDivxFilterInterface_vt::put_Saturation) (IDivxFilterInterface *This, int saturation) |
◆ QueryInterface
| long STDCALL( * IDivxFilterInterface_vt::QueryInterface) (IUnknown *This, const GUID *riid, void **ppvObject) |
◆ Release
| long STDCALL( * IDivxFilterInterface_vt::Release) (IUnknown *This) |
The documentation for this struct was generated from the following file: