Inheritance diagram for DSObjects::CRealMediaGraph:
Public Member Functions | |
CRealMediaGraph (HWND hWndParent, HRESULT &hr) | |
virtual | ~CRealMediaGraph () |
STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
Public Attributes | |
DECLARE_IUNKNOWN | |
Protected Member Functions | |
STDMETHODIMP | RenderFile (LPCWSTR lpcwstrFile, LPCWSTR lpcwstrPlayList) |
STDMETHODIMP | Run () |
STDMETHODIMP | Pause () |
STDMETHODIMP | Stop () |
STDMETHODIMP | GetState (LONG msTimeout, OAFilterState *pfs) |
STDMETHODIMP | GetDuration (LONGLONG *pDuration) |
STDMETHODIMP | GetCurrentPosition (LONGLONG *pCurrent) |
STDMETHODIMP | SetPositions (LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags) |
STDMETHODIMP | SetWindowPosition (long Left, long Top, long Width, long Height) |
STDMETHODIMP | SetDestinationPosition (long Left, long Top, long Width, long Height) |
STDMETHODIMP | GetVideoSize (long *pWidth, long *pHeight) |
STDMETHODIMP | put_Volume (long lVolume) |
STDMETHODIMP | get_Volume (long *plVolume) |
STDMETHODIMP | QueryProgress (LONGLONG *pllTotal, LONGLONG *pllCurrent) |
Definition at line 182 of file RealMediaGraph.h.