#include <ctlutil.h>
|
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, __deref_out void **ppv) |
| |
| STDMETHODIMP | IsFormatSupported (const GUID *pFormat) |
| |
| STDMETHODIMP | QueryPreferredFormat (__out GUID *pFormat) |
| |
| STDMETHODIMP | SetTimeFormat (const GUID *pFormat) |
| |
| STDMETHODIMP | IsUsingTimeFormat (const GUID *pFormat) |
| |
| STDMETHODIMP | GetTimeFormat (__out GUID *pFormat) |
| |
| STDMETHODIMP | GetDuration (__out LONGLONG *pDuration) |
| |
| STDMETHODIMP | GetStopPosition (__out LONGLONG *pStop) |
| |
| STDMETHODIMP | GetCurrentPosition (__out LONGLONG *pCurrent) |
| |
| STDMETHODIMP | GetCapabilities (__out DWORD *pCapabilities) |
| |
| STDMETHODIMP | CheckCapabilities (__inout DWORD *pCapabilities) |
| |
| STDMETHODIMP | ConvertTimeFormat (__out LONGLONG *pTarget, __in_opt const GUID *pTargetFormat, LONGLONG Source, __in_opt const GUID *pSourceFormat) |
| |
| STDMETHODIMP | SetPositions (__inout_opt LONGLONG *pCurrent, DWORD CurrentFlags, __inout_opt LONGLONG *pStop, DWORD StopFlags) |
| |
| STDMETHODIMP | GetPositions (__out_opt LONGLONG *pCurrent, __out_opt LONGLONG *pStop) |
| |
| STDMETHODIMP | GetAvailable (__out_opt LONGLONG *pEarliest, __out_opt LONGLONG *pLatest) |
| |
| STDMETHODIMP | SetRate (double dRate) |
| |
| STDMETHODIMP | GetRate (__out double *pdRate) |
| |
| STDMETHODIMP | GetPreroll (__out LONGLONG *pPreroll) |
| |
| | CUnknown (__in_opt LPCTSTR pName, __in_opt LPUNKNOWN pUnk) |
| |
| virtual | ~CUnknown () |
| |
| | CUnknown (__in_opt LPCTSTR Name, __in_opt LPUNKNOWN pUnk, __inout_opt HRESULT *phr) |
| |
| LPUNKNOWN | GetOwner () const |
| |
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID, __deref_out void **) |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingAddRef() |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingRelease() |
| |
| | CBaseObject (__in_opt LPCTSTR pName) |
| |
| | ~CBaseObject () |
| |
Definition at line 572 of file ctlutil.h.
◆ CSourceSeeking()
| CSourceSeeking::CSourceSeeking |
( |
__in_opt LPCTSTR |
pName, |
|
|
__in_opt LPUNKNOWN |
pUnk, |
|
|
__inout HRESULT * |
phr, |
|
|
__in CCritSec * |
pLock |
|
) |
| |
|
protected |
◆ ChangeRate()
| virtual HRESULT CSourceSeeking::ChangeRate |
( |
| ) |
|
|
protectedvirtual |
◆ ChangeStart()
| virtual HRESULT CSourceSeeking::ChangeStart |
( |
| ) |
|
|
protectedvirtual |
◆ ChangeStop()
| virtual HRESULT CSourceSeeking::ChangeStop |
( |
| ) |
|
|
protectedvirtual |
◆ CheckCapabilities()
| HRESULT CSourceSeeking::CheckCapabilities |
( |
__inout DWORD * |
pCapabilities | ) |
|
◆ ConvertTimeFormat()
| HRESULT CSourceSeeking::ConvertTimeFormat |
( |
__out LONGLONG * |
pTarget, |
|
|
__in_opt const GUID * |
pTargetFormat, |
|
|
LONGLONG |
Source, |
|
|
__in_opt const GUID * |
pSourceFormat |
|
) |
| |
◆ GetAvailable()
| HRESULT CSourceSeeking::GetAvailable |
( |
__out_opt LONGLONG * |
pEarliest, |
|
|
__out_opt LONGLONG * |
pLatest |
|
) |
| |
◆ GetCapabilities()
| HRESULT CSourceSeeking::GetCapabilities |
( |
__out DWORD * |
pCapabilities | ) |
|
◆ GetCurrentPosition()
| HRESULT CSourceSeeking::GetCurrentPosition |
( |
__out LONGLONG * |
pCurrent | ) |
|
◆ GetDuration()
| HRESULT CSourceSeeking::GetDuration |
( |
__out LONGLONG * |
pDuration | ) |
|
◆ GetPositions()
| HRESULT CSourceSeeking::GetPositions |
( |
__out_opt LONGLONG * |
pCurrent, |
|
|
__out_opt LONGLONG * |
pStop |
|
) |
| |
◆ GetPreroll()
| HRESULT CSourceSeeking::GetPreroll |
( |
__out LONGLONG * |
pPreroll | ) |
|
◆ GetRate()
| HRESULT CSourceSeeking::GetRate |
( |
__out double * |
pdRate | ) |
|
◆ GetStopPosition()
| HRESULT CSourceSeeking::GetStopPosition |
( |
__out LONGLONG * |
pStop | ) |
|
◆ GetTimeFormat()
| HRESULT CSourceSeeking::GetTimeFormat |
( |
__out GUID * |
pFormat | ) |
|
◆ IsFormatSupported()
| HRESULT CSourceSeeking::IsFormatSupported |
( |
const GUID * |
pFormat | ) |
|
◆ IsUsingTimeFormat()
| HRESULT CSourceSeeking::IsUsingTimeFormat |
( |
const GUID * |
pFormat | ) |
|
◆ NonDelegatingQueryInterface()
| HRESULT CSourceSeeking::NonDelegatingQueryInterface |
( |
REFIID |
riid, |
|
|
__deref_out void ** |
ppv |
|
) |
| |
◆ QueryPreferredFormat()
| HRESULT CSourceSeeking::QueryPreferredFormat |
( |
__out GUID * |
pFormat | ) |
|
◆ SetPositions()
| HRESULT CSourceSeeking::SetPositions |
( |
__inout_opt LONGLONG * |
pCurrent, |
|
|
DWORD |
CurrentFlags, |
|
|
__inout_opt LONGLONG * |
pStop, |
|
|
DWORD |
StopFlags |
|
) |
| |
◆ SetRate()
| HRESULT CSourceSeeking::SetRate |
( |
double |
dRate | ) |
|
◆ SetTimeFormat()
| HRESULT CSourceSeeking::SetTimeFormat |
( |
const GUID * |
pFormat | ) |
|
◆ DECLARE_IUNKNOWN
| CSourceSeeking::DECLARE_IUNKNOWN |
◆ m_dRateSeeking
| double CSourceSeeking::m_dRateSeeking |
|
protected |
◆ m_dwSeekingCaps
| DWORD CSourceSeeking::m_dwSeekingCaps |
|
protected |
◆ m_pLock
◆ m_rtDuration
◆ m_rtStart
◆ m_rtStop
The documentation for this class was generated from the following files:
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/ctlutil.h
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/ctlutil.cpp