Public Member Functions |
| HRESULT | GetNativeVideoSize ([out] LONG *lpWidth,[out] LONG *lpHeight,[out] LONG *lpARWidth,[out] LONG *lpARHeight) |
| HRESULT | GetMinIdealVideoSize ([out] LONG *lpWidth,[out] LONG *lpHeight) |
| HRESULT | GetMaxIdealVideoSize ([out] LONG *lpWidth,[out] LONG *lpHeight) |
| HRESULT | SetVideoPosition ([in] const LPRECT lpSRCRect,[in] const LPRECT lpDSTRect) |
| HRESULT | GetVideoPosition ([out] LPRECT lpSRCRect,[out] LPRECT lpDSTRect) |
| HRESULT | GetAspectRatioMode ([out] DWORD *lpAspectRatioMode) |
| HRESULT | SetAspectRatioMode ([in] DWORD AspectRatioMode) |
| HRESULT | SetVideoClippingWindow ([in] HWND hwnd) |
| HRESULT | RepaintVideo ([in] HWND hwnd,[in] HDC hdc) |
| HRESULT | DisplayModeChanged () |
| HRESULT | GetCurrentImage ([out] BYTE **lpDib) |
| HRESULT | SetBorderColor ([in] COLORREF Clr) |
| HRESULT | GetBorderColor ([out] COLORREF *lpClr) |
| HRESULT | SetColorKey ([in] COLORREF Clr) |
| HRESULT | GetColorKey ([out] COLORREF *lpClr) |
| HRESULT | GetNativeVideoSize ([out] LONG *width,[out] LONG *height,[out] LONG *ar_width,[out] LONG *ar_height) |
| HRESULT | GetMinIdealVideoSize ([out] LONG *width,[out] LONG *height) |
| HRESULT | GetMaxIdealVideoSize ([out] LONG *width,[out] LONG *height) |
| HRESULT | SetVideoPosition ([in] const RECT *src_rect,[in] const RECT *dst_rect) |
| HRESULT | GetVideoPosition ([out] RECT *src_rect,[out] RECT *dst_rect) |
| HRESULT | GetAspectRatioMode ([out] DWORD *mode) |
| HRESULT | SetAspectRatioMode ([in] DWORD mode) |
| HRESULT | SetVideoClippingWindow ([in] HWND hwnd) |
| HRESULT | RepaintVideo ([in] HWND hwnd,[in] HDC hdc) |
| HRESULT | DisplayModeChanged () |
| HRESULT | GetCurrentImage ([out] BYTE **data) |
| HRESULT | SetBorderColor ([in] COLORREF border) |
| HRESULT | GetBorderColor ([out] COLORREF *border) |
| HRESULT | SetColorKey ([in] COLORREF key) |
| HRESULT | GetColorKey ([out] COLORREF *key) |
Definition at line 288 of file vmrender.idl.