#include <SubtitleVMR9Filter.h>
Public Member Functions | |
SubtitleVMR9Filter (void) | |
virtual | ~SubtitleVMR9Filter (void) |
virtual int | GetPinCount (void) |
virtual CBasePin * | GetPin (int inPinNo) |
HRESULT | CheckMediaType (const CMediaType *inMediaType) |
HRESULT | DoRenderSample (IMediaSample *pMediaSample) |
virtual STDMETHODIMP | GetState (DWORD dw, FILTER_STATE *pState) |
HRESULT | Receive (IMediaSample *pMediaSample) |
Static Public Member Functions | |
DECLARE_IUNKNOWN CUnknown *WINAPI | CreateInstance (LPUNKNOWN pUnk, HRESULT *pHr) |
Protected Member Functions | |
void | SetColorRef (VMR9AlphaBitmap &bmpInfo) |
virtual HRESULT | SetSubtitle (wstring inSubtitle) |
Protected Attributes | |
HRESULT | mHR |
IVideoWindow * | mVideoWindow |
IVMRMixerBitmap9 * | mBitmapMixer |
IVMRWindowlessControl9 * | mWindowLess |
VMR9AlphaBitmap | mAlphaBitmap |
|
Definition at line 68 of file SubtitleVMR9Filter.cpp. Referenced by CreateInstance(). |
|
Definition at line 78 of file SubtitleVMR9Filter.cpp. References mBitmapMixer, mVideoWindow, and mWindowLess. |
|
Definition at line 117 of file SubtitleVMR9Filter.cpp. |
|
Definition at line 51 of file SubtitleVMR9Filter.cpp. References SubtitleVMR9Filter(). |
Here is the call graph for this function:
|
Definition at line 120 of file SubtitleVMR9Filter.cpp. References mBitmapMixer, mVideoWindow, mWindowLess, and SetSubtitle(). |
Here is the call graph for this function:
|
Definition at line 109 of file SubtitleVMR9Filter.cpp. |
|
Definition at line 106 of file SubtitleVMR9Filter.cpp. |
|
Definition at line 96 of file SubtitleVMR9Filter.cpp. |
|
Definition at line 63 of file SubtitleVMR9Filter.cpp. |
|
Definition at line 415 of file SubtitleVMR9Filter.cpp. Referenced by SetSubtitle(). |
|
Definition at line 198 of file SubtitleVMR9Filter.cpp. References DEFAULT_FONT_NAME, DEFAULT_FONT_STYLE, mAlphaBitmap, mBitmapMixer, mVideoWindow, mWindowLess, and SetColorRef(). Referenced by DoRenderSample(). |
Here is the call graph for this function:
|
Definition at line 93 of file SubtitleVMR9Filter.h. Referenced by SetSubtitle(). |
|
Definition at line 91 of file SubtitleVMR9Filter.h. Referenced by DoRenderSample(), SetSubtitle(), and ~SubtitleVMR9Filter(). |
|
Definition at line 87 of file SubtitleVMR9Filter.h. |
|
Definition at line 90 of file SubtitleVMR9Filter.h. Referenced by DoRenderSample(), SetSubtitle(), and ~SubtitleVMR9Filter(). |
|
Definition at line 92 of file SubtitleVMR9Filter.h. Referenced by DoRenderSample(), SetSubtitle(), and ~SubtitleVMR9Filter(). |