Inheritance diagram for ISubPicAllocatorPresenterImpl:
Public Member Functions | |
ISubPicAllocatorPresenterImpl (HWND hWnd) | |
virtual | ~ISubPicAllocatorPresenterImpl () |
STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
STDMETHODIMP | GetDIB (BYTE *lpDib, DWORD *size) |
STDMETHODIMP | SetVideoAngle (Vector v, bool fRepaint=true) |
STDMETHODIMP | SetPixelShader (LPCSTR pSrcData, LPCSTR pTarget) |
Public Attributes | |
DECLARE_IUNKNOWN | |
RECT | v |
Protected Member Functions | |
void | AlphaBltSubPic (CSize size, SubPicDesc *pTarget=NULL) |
void | Transform (CRect r, Vector v[4]) |
Protected Attributes | |
HWND | m_hWnd |
CSize | m_spMaxSize |
int | m_spMaxQueued |
CSize | m_NativeVideoSize |
CSize | m_AspectRatio |
CRect | m_VideoRect |
CRect | m_WindowRect |
REFERENCE_TIME | m_rtNow |
double | m_fps |
CComPtr< ISubPicAllocator > | m_pAllocator |
CComPtr< ISubPicQueue > | m_pSubPicQueue |
XForm | m_xform |
Definition at line 337 of file ISubPic.h.