Data Structures |
| struct | NullRendererImpl |
Defines |
| #define | NONAMELESSSTRUCT |
| #define | NONAMELESSUNION |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (quartz) |
| static HRESULT | NullRenderer_Sample (LPVOID iface, IMediaSample *pSample) |
| static HRESULT | NullRenderer_QueryAccept (LPVOID iface, const AM_MEDIA_TYPE *pmt) |
| static NullRendererImpl * | impl_from_IMediaSeeking (IMediaSeeking *iface) |
| static HRESULT WINAPI | NullRendererImpl_Seeking_QueryInterface (IMediaSeeking *iface, REFIID riid, LPVOID *ppv) |
| static ULONG WINAPI | NullRendererImpl_Seeking_AddRef (IMediaSeeking *iface) |
| static ULONG WINAPI | NullRendererImpl_Seeking_Release (IMediaSeeking *iface) |
| static HRESULT | NullRendererImpl_Change (IBaseFilter *iface) |
| HRESULT | NullRenderer_create (IUnknown *pUnkOuter, LPVOID *ppv) |
| static HRESULT WINAPI | NullRendererInner_QueryInterface (IUnknown *iface, REFIID riid, LPVOID *ppv) |
| static ULONG WINAPI | NullRendererInner_AddRef (IUnknown *iface) |
| static ULONG WINAPI | NullRendererInner_Release (IUnknown *iface) |
| static HRESULT WINAPI | NullRenderer_QueryInterface (IBaseFilter *iface, REFIID riid, LPVOID *ppv) |
| static ULONG WINAPI | NullRenderer_AddRef (IBaseFilter *iface) |
| static ULONG WINAPI | NullRenderer_Release (IBaseFilter *iface) |
| static HRESULT WINAPI | NullRenderer_GetClassID (IBaseFilter *iface, CLSID *pClsid) |
| static HRESULT WINAPI | NullRenderer_Stop (IBaseFilter *iface) |
| static HRESULT WINAPI | NullRenderer_Pause (IBaseFilter *iface) |
| static HRESULT WINAPI | NullRenderer_Run (IBaseFilter *iface, REFERENCE_TIME tStart) |
| static HRESULT WINAPI | NullRenderer_GetState (IBaseFilter *iface, DWORD dwMilliSecsTimeout, FILTER_STATE *pState) |
| static HRESULT WINAPI | NullRenderer_SetSyncSource (IBaseFilter *iface, IReferenceClock *pClock) |
| static HRESULT WINAPI | NullRenderer_GetSyncSource (IBaseFilter *iface, IReferenceClock **ppClock) |
| static HRESULT | NullRenderer_GetPin (IBaseFilter *iface, ULONG pos, IPin **pin, DWORD *lastsynctick) |
| static HRESULT WINAPI | NullRenderer_EnumPins (IBaseFilter *iface, IEnumPins **ppEnum) |
| static HRESULT WINAPI | NullRenderer_FindPin (IBaseFilter *iface, LPCWSTR Id, IPin **ppPin) |
| static HRESULT WINAPI | NullRenderer_QueryFilterInfo (IBaseFilter *iface, FILTER_INFO *pInfo) |
| static HRESULT WINAPI | NullRenderer_JoinFilterGraph (IBaseFilter *iface, IFilterGraph *pGraph, LPCWSTR pName) |
| static HRESULT WINAPI | NullRenderer_QueryVendorInfo (IBaseFilter *iface, LPWSTR *pVendorInfo) |
| static HRESULT WINAPI | NullRenderer_InputPin_EndOfStream (IPin *iface) |
Variables |
| static const WCHAR | wcsInputPinName [] = {'i','n','p','u','t',' ','p','i','n',0} |
| static const WCHAR | wcsAltInputPinName [] = {'I','n',0} |
| static const IBaseFilterVtbl | NullRenderer_Vtbl |
| static const IUnknownVtbl | IInner_VTable |
| static const IPinVtbl | NullRenderer_InputPin_Vtbl |
| static const IMediaSeekingVtbl | TransformFilter_Seeking_Vtbl |