IAsyncReader      207 3rdparty/include/dshow/strmif.h typedef struct IAsyncReader IAsyncReader;
IAsyncReader     2979 3rdparty/include/dshow/strmif.h   struct IAsyncReader : public IUnknown {
IAsyncReader     2993 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAsyncReader *This,REFIID riid,void **ppvObject);
IAsyncReader     2994 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAsyncReader *This);
IAsyncReader     2995 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAsyncReader *This);
IAsyncReader     2996 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RequestAllocator)(IAsyncReader *This,IMemAllocator *pPreferred,ALLOCATOR_PROPERTIES *pProps,IMemAllocator **ppActual);
IAsyncReader     2997 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Request)(IAsyncReader *This,IMediaSample *pSample,DWORD_PTR dwUser);
IAsyncReader     2998 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *WaitForNext)(IAsyncReader *This,DWORD dwTimeout,IMediaSample **ppSample,DWORD_PTR *pdwUser);
IAsyncReader     2999 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SyncReadAligned)(IAsyncReader *This,IMediaSample *pSample);
IAsyncReader     3000 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SyncRead)(IAsyncReader *This,LONGLONG llPosition,LONG lLength,BYTE *pBuffer);
IAsyncReader     3001 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Length)(IAsyncReader *This,LONGLONG *pTotal,LONGLONG *pAvailable);
IAsyncReader     3002 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *BeginFlush)(IAsyncReader *This);
IAsyncReader     3003 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EndFlush)(IAsyncReader *This);
IAsyncReader     3023 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_RequestAllocator_Proxy(IAsyncReader *This,IMemAllocator *pPreferred,ALLOCATOR_PROPERTIES *pProps,IMemAllocator **ppActual);
IAsyncReader     3025 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_Request_Proxy(IAsyncReader *This,IMediaSample *pSample,DWORD_PTR dwUser);
IAsyncReader     3027 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_WaitForNext_Proxy(IAsyncReader *This,DWORD dwTimeout,IMediaSample **ppSample,DWORD_PTR *pdwUser);
IAsyncReader     3029 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_SyncReadAligned_Proxy(IAsyncReader *This,IMediaSample *pSample);
IAsyncReader     3031 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_SyncRead_Proxy(IAsyncReader *This,LONGLONG llPosition,LONG lLength,BYTE *pBuffer);
IAsyncReader     3033 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_Length_Proxy(IAsyncReader *This,LONGLONG *pTotal,LONGLONG *pAvailable);
IAsyncReader     3035 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_BeginFlush_Proxy(IAsyncReader *This);
IAsyncReader     3037 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAsyncReader_EndFlush_Proxy(IAsyncReader *This);