#include <CMMLDecodeFilter.h>
Public Member Functions | |
CMMLDecodeFilter (void) | |
virtual | ~CMMLDecodeFilter (void) |
STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
HRESULT | CheckInputType (const CMediaType *inInputMediaType) |
HRESULT | CheckTransform (const CMediaType *inInputMediaType, const CMediaType *inOutputMediaType) |
HRESULT | DecideBufferSize (IMemAllocator *inAllocator, ALLOCATOR_PROPERTIES *inPropertyRequest) |
HRESULT | GetMediaType (int inPosition, CMediaType *outMediaType) |
HRESULT | Transform (IMediaSample *inSample, IMediaSample *outSample) |
virtual | STDMETHODIMP_ (bool) setCallbacks(ICMMLCallbacks *inCallbacks) |
virtual | STDMETHODIMP_ (ICMMLCallbacks *) getCallbacks() |
Static Public Member Functions | |
DECLARE_IUNKNOWN CUnknown *WINAPI | CreateInstance (LPUNKNOWN pUnk, HRESULT *pHr) |
Protected Member Functions | |
wstring | toWStr (string inString) |
Protected Attributes | |
CMMLParser * | mCMMLParser |
bool | mSeenHead |
C_HeadTag * | mHeadTag |
ICMMLCallbacks * | mCMMLCallbacks |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|