|
Public Types |
| enum | eVideoFormat { NONE = 0,
THEORA = 1,
OTHER = 1000
} |
Public Member Functions |
| | AbstractVideoDecodeFilter (TCHAR *inFilterName, REFCLSID inFilterGUID, unsigned short inVideoFormat) |
| virtual | ~AbstractVideoDecodeFilter (void) |
| DECLARE_IUNKNOWN STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
| virtual bool | ConstructPins ()=0 |
| virtual void | DestroyPins () |
| CBasePin * | GetPin (int n) |
| int | GetPinCount (void) |
| virtual STDMETHODIMP | Stop () |
| virtual STDMETHODIMP | Pause () |
| virtual STDMETHODIMP | Run (REFERENCE_TIME tStart) |
| bool | SetDelegate (IMediaSeeking *inDelegate) |
| bool | ReleaseDelegate () |
| virtual STDMETHODIMP | GetCapabilities (DWORD *pCapabilities) |
| virtual STDMETHODIMP | CheckCapabilities (DWORD *pCapabilities) |
| virtual STDMETHODIMP | IsFormatSupported (const GUID *pFormat) |
| virtual STDMETHODIMP | QueryPreferredFormat (GUID *pFormat) |
| virtual STDMETHODIMP | SetTimeFormat (const GUID *pFormat) |
| virtual STDMETHODIMP | GetTimeFormat (GUID *pFormat) |
| virtual STDMETHODIMP | GetDuration (LONGLONG *pDuration) |
| virtual STDMETHODIMP | GetStopPosition (LONGLONG *pStop) |
| virtual STDMETHODIMP | GetCurrentPosition (LONGLONG *pCurrent) |
| virtual STDMETHODIMP | ConvertTimeFormat (LONGLONG *pTarget, const GUID *pTargetFormat, LONGLONG Source, const GUID *pSourceFormat) |
| virtual STDMETHODIMP | SetPositions (LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags) |
| virtual STDMETHODIMP | GetPositions (LONGLONG *pCurrent, LONGLONG *pStop) |
| virtual STDMETHODIMP | GetAvailable (LONGLONG *pEarliest, LONGLONG *pLatest) |
| virtual STDMETHODIMP | SetRate (double dRate) |
| virtual STDMETHODIMP | GetRate (double *dRate) |
| virtual STDMETHODIMP | GetPreroll (LONGLONG *pllPreroll) |
| virtual STDMETHODIMP | IsUsingTimeFormat (const GUID *pFormat) |
Public Attributes |
| unsigned short | mVideoFormat |
Static Public Attributes |
| const long | NUM_PINS = 2 |
Protected Attributes |
| AbstractVideoDecodeInputPin * | mInputPin |
| AbstractVideoDecodeOutputPin * | mOutputPin |
| IMediaSeeking * | mSeekDelegate |
| HRESULT | mHR |
| DWORD | mSeekingCap |
Friends |
| class | AbstractVideoDecodeInputPin |
| class | AbstractVideoDecodeOutputPin |