Public Member Functions |
| HRESULT | SetAlpha ([in] DWORD dwStreamID,[in] float Alpha) |
| HRESULT | GetAlpha ([in] DWORD dwStreamID,[out] float *pAlpha) |
| HRESULT | SetZOrder ([in] DWORD dwStreamID,[in] DWORD dwZ) |
| HRESULT | GetZOrder ([in] DWORD dwStreamID,[out] DWORD *pZ) |
| HRESULT | SetOutputRect ([in] DWORD dwStreamID,[in] const NORMALIZEDRECT *pRect) |
| HRESULT | GetOutputRect ([in] DWORD dwStreamID,[out] NORMALIZEDRECT *pRect) |
| HRESULT | SetBackgroundClr ([in] COLORREF ClrBkg) |
| HRESULT | GetBackgroundClr ([in] COLORREF *lpClrBkg) |
| HRESULT | SetMixingPrefs ([in] DWORD dwMixerPrefs) |
| HRESULT | GetMixingPrefs ([out] DWORD *pdwMixerPrefs) |
| HRESULT | SetAlpha ([in] DWORD id,[in] FLOAT alpha) |
| HRESULT | GetAlpha ([in] DWORD id,[out] FLOAT *alpha) |
| HRESULT | SetZOrder ([in] DWORD id,[in] DWORD z) |
| HRESULT | GetZOrder ([in] DWORD id,[out] DWORD *z) |
| HRESULT | SetOutputRect ([in] DWORD id,[in] const NORMALIZEDRECT *rect) |
| HRESULT | SetBackgroundClr ([in] COLORREF background) |
| HRESULT | GetBackgroundClr ([out] COLORREF *background) |
| HRESULT | SetMixingPrefs ([in] DWORD prefs) |
| HRESULT | GetMixingPrefs ([out] DWORD *prefs) |
Definition at line 313 of file vmrender.idl.