IMediaSeeking     112 3rdparty/include/dshow/strmif.h typedef struct IMediaSeeking IMediaSeeking;
IMediaSeeking    1819 3rdparty/include/dshow/strmif.h   struct IMediaSeeking : public IUnknown {
IMediaSeeking    1842 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IMediaSeeking *This,REFIID riid,void **ppvObject);
IMediaSeeking    1843 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IMediaSeeking *This);
IMediaSeeking    1844 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IMediaSeeking *This);
IMediaSeeking    1845 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCapabilities)(IMediaSeeking *This,DWORD *pCapabilities);
IMediaSeeking    1846 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *CheckCapabilities)(IMediaSeeking *This,DWORD *pCapabilities);
IMediaSeeking    1847 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsFormatSupported)(IMediaSeeking *This,const GUID *pFormat);
IMediaSeeking    1848 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryPreferredFormat)(IMediaSeeking *This,GUID *pFormat);
IMediaSeeking    1849 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTimeFormat)(IMediaSeeking *This,GUID *pFormat);
IMediaSeeking    1850 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsUsingTimeFormat)(IMediaSeeking *This,const GUID *pFormat);
IMediaSeeking    1851 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTimeFormat)(IMediaSeeking *This,const GUID *pFormat);
IMediaSeeking    1852 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDuration)(IMediaSeeking *This,LONGLONG *pDuration);
IMediaSeeking    1853 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetStopPosition)(IMediaSeeking *This,LONGLONG *pStop);
IMediaSeeking    1854 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentPosition)(IMediaSeeking *This,LONGLONG *pCurrent);
IMediaSeeking    1855 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConvertTimeFormat)(IMediaSeeking *This,LONGLONG *pTarget,const GUID *pTargetFormat,LONGLONG Source,const GUID *pSourceFormat);
IMediaSeeking    1856 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetPositions)(IMediaSeeking *This,LONGLONG *pCurrent,DWORD dwCurrentFlags,LONGLONG *pStop,DWORD dwStopFlags);
IMediaSeeking    1857 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetPositions)(IMediaSeeking *This,LONGLONG *pCurrent,LONGLONG *pStop);
IMediaSeeking    1858 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAvailable)(IMediaSeeking *This,LONGLONG *pEarliest,LONGLONG *pLatest);
IMediaSeeking    1859 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetRate)(IMediaSeeking *This,double dRate);
IMediaSeeking    1860 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetRate)(IMediaSeeking *This,double *pdRate);
IMediaSeeking    1861 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetPreroll)(IMediaSeeking *This,LONGLONG *pllPreroll);
IMediaSeeking    1890 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetCapabilities_Proxy(IMediaSeeking *This,DWORD *pCapabilities);
IMediaSeeking    1892 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_CheckCapabilities_Proxy(IMediaSeeking *This,DWORD *pCapabilities);
IMediaSeeking    1894 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_IsFormatSupported_Proxy(IMediaSeeking *This,const GUID *pFormat);
IMediaSeeking    1896 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_QueryPreferredFormat_Proxy(IMediaSeeking *This,GUID *pFormat);
IMediaSeeking    1898 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetTimeFormat_Proxy(IMediaSeeking *This,GUID *pFormat);
IMediaSeeking    1900 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_IsUsingTimeFormat_Proxy(IMediaSeeking *This,const GUID *pFormat);
IMediaSeeking    1902 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_SetTimeFormat_Proxy(IMediaSeeking *This,const GUID *pFormat);
IMediaSeeking    1904 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetDuration_Proxy(IMediaSeeking *This,LONGLONG *pDuration);
IMediaSeeking    1906 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetStopPosition_Proxy(IMediaSeeking *This,LONGLONG *pStop);
IMediaSeeking    1908 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetCurrentPosition_Proxy(IMediaSeeking *This,LONGLONG *pCurrent);
IMediaSeeking    1910 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_ConvertTimeFormat_Proxy(IMediaSeeking *This,LONGLONG *pTarget,const GUID *pTargetFormat,LONGLONG Source,const GUID *pSourceFormat);
IMediaSeeking    1912 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_SetPositions_Proxy(IMediaSeeking *This,LONGLONG *pCurrent,DWORD dwCurrentFlags,LONGLONG *pStop,DWORD dwStopFlags);
IMediaSeeking    1914 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetPositions_Proxy(IMediaSeeking *This,LONGLONG *pCurrent,LONGLONG *pStop);
IMediaSeeking    1916 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetAvailable_Proxy(IMediaSeeking *This,LONGLONG *pEarliest,LONGLONG *pLatest);
IMediaSeeking    1918 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_SetRate_Proxy(IMediaSeeking *This,double dRate);
IMediaSeeking    1920 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetRate_Proxy(IMediaSeeking *This,double *pdRate);
IMediaSeeking    1922 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaSeeking_GetPreroll_Proxy(IMediaSeeking *This,LONGLONG *pllPreroll);
IMediaSeeking    1926 3rdparty/include/dshow/strmif.h   typedef IMediaSeeking *PMEDIASEEKING;