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

Public Member Functions

STDMETHODIMP NonDelegatingQueryInterface (REFIID riid, void **ppv)
 
STDMETHODIMP IsFormatSupported (const GUID *pFormat)
 
STDMETHODIMP QueryPreferredFormat (GUID *pFormat)
 
STDMETHODIMP SetTimeFormat (const GUID *pFormat)
 
STDMETHODIMP IsUsingTimeFormat (const GUID *pFormat)
 
STDMETHODIMP GetTimeFormat (GUID *pFormat)
 
STDMETHODIMP GetDuration (LONGLONG *pDuration)
 
STDMETHODIMP GetStopPosition (LONGLONG *pStop)
 
STDMETHODIMP GetCurrentPosition (LONGLONG *pCurrent)
 
STDMETHODIMP GetCapabilities (DWORD *pCapabilities)
 
STDMETHODIMP CheckCapabilities (DWORD *pCapabilities)
 
STDMETHODIMP ConvertTimeFormat (LONGLONG *pTarget, const GUID *pTargetFormat, LONGLONG Source, const GUID *pSourceFormat)
 
STDMETHODIMP SetPositions (LONGLONG *pCurrent, DWORD CurrentFlags, LONGLONG *pStop, DWORD StopFlags)
 
STDMETHODIMP GetPositions (LONGLONG *pCurrent, LONGLONG *pStop)
 
STDMETHODIMP GetAvailable (LONGLONG *pEarliest, LONGLONG *pLatest)
 
STDMETHODIMP SetRate (double dRate)
 
STDMETHODIMP GetRate (double *pdRate)
 
STDMETHODIMP GetPreroll (LONGLONG *pPreroll)
 
- 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)
 

Public Attributes

 DECLARE_IUNKNOWN
 

Protected Member Functions

 CSourceSeeking (const TCHAR *, LPUNKNOWN, HRESULT *, CCritSec *)
 
virtual HRESULT ChangeStart () PURE
 
virtual HRESULT ChangeStop () PURE
 
virtual HRESULT ChangeRate () PURE
 

Protected Attributes

CRefTime m_rtDuration
 
CRefTime m_rtStart
 
CRefTime m_rtStop
 
double m_dRateSeeking
 
DWORD m_dwSeekingCaps
 
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: