My Project
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CSourcePosition Class Reference
Inheritance diagram for CSourcePosition:
CMediaPosition CUnknown CBaseObject

Public Member Functions

 CSourcePosition (const TCHAR *, LPUNKNOWN, HRESULT *, CCritSec *)
 
STDMETHODIMP get_Duration (REFTIME *plength)
 
STDMETHODIMP put_CurrentPosition (REFTIME llTime)
 
STDMETHODIMP get_StopTime (REFTIME *pllTime)
 
STDMETHODIMP put_StopTime (REFTIME llTime)
 
STDMETHODIMP get_PrerollTime (REFTIME *pllTime)
 
STDMETHODIMP put_PrerollTime (REFTIME llTime)
 
STDMETHODIMP get_Rate (double *pdRate)
 
STDMETHODIMP put_Rate (double dRate)
 
STDMETHODIMP CanSeekForward (LONG *pCanSeekForward)
 
STDMETHODIMP CanSeekBackward (LONG *pCanSeekBackward)
 
STDMETHODIMP get_CurrentPosition (REFTIME *pllTime)
 
- Public Member Functions inherited from CMediaPosition
 CMediaPosition (const TCHAR *, LPUNKNOWN)
 
 CMediaPosition (const TCHAR *, LPUNKNOWN, HRESULT *phr)
 
DECLARE_IUNKNOWN STDMETHODIMP NonDelegatingQueryInterface (REFIID riid, void **ppv)
 
STDMETHODIMP GetTypeInfoCount (UINT *pctinfo)
 
STDMETHODIMP GetTypeInfo (UINT itinfo, LCID lcid, ITypeInfo **pptinfo)
 
STDMETHODIMP GetIDsOfNames (REFIID riid, OLECHAR **rgszNames, UINT cNames, LCID lcid, DISPID *rgdispid)
 
STDMETHODIMP Invoke (DISPID dispidMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pdispparams, VARIANT *pvarResult, EXCEPINFO *pexcepinfo, UINT *puArgErr)
 
- Public Member Functions inherited from CUnknown
 CUnknown (const TCHAR *pName, LPUNKNOWN pUnk)
 
 CUnknown (TCHAR *pName, LPUNKNOWN pUnk, HRESULT *phr)
 
LPUNKNOWN GetOwner () const
 
STDMETHODIMP NonDelegatingQueryInterface (REFIID, void **)
 
 STDMETHODIMP_ (ULONG) NonDelegatingAddRef()
 
 STDMETHODIMP_ (ULONG) NonDelegatingRelease()
 
- Public Member Functions inherited from CBaseObject
 CBaseObject (const TCHAR *pName)
 

Protected Member Functions

virtual HRESULT ChangeStart () PURE
 
virtual HRESULT ChangeStop () PURE
 
virtual HRESULT ChangeRate () PURE
 

Protected Attributes

COARefTime m_Duration
 
COARefTime m_Start
 
COARefTime m_Stop
 
double m_Rate
 
CCritSecm_pLock
 
- Protected Attributes inherited from CUnknown
volatile LONG m_cRef
 

Additional Inherited Members

- Static Public Member Functions inherited from CBaseObject
static LONG ObjectsActive ()
 

The documentation for this class was generated from the following file: