IAMPushSource     447 3rdparty/include/dshow/strmif.h typedef struct IAMPushSource IAMPushSource;
IAMPushSource    5743 3rdparty/include/dshow/strmif.h   struct IAMPushSource : public IAMLatency {
IAMPushSource    5755 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMPushSource *This,REFIID riid,void **ppvObject);
IAMPushSource    5756 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMPushSource *This);
IAMPushSource    5757 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMPushSource *This);
IAMPushSource    5758 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetLatency)(IAMPushSource *This,REFERENCE_TIME *prtLatency);
IAMPushSource    5759 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetPushSourceFlags)(IAMPushSource *This,ULONG *pFlags);
IAMPushSource    5760 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetPushSourceFlags)(IAMPushSource *This,ULONG Flags);
IAMPushSource    5761 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetStreamOffset)(IAMPushSource *This,REFERENCE_TIME rtOffset);
IAMPushSource    5762 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetStreamOffset)(IAMPushSource *This,REFERENCE_TIME *prtOffset);
IAMPushSource    5763 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetMaxStreamOffset)(IAMPushSource *This,REFERENCE_TIME *prtMaxOffset);
IAMPushSource    5764 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetMaxStreamOffset)(IAMPushSource *This,REFERENCE_TIME rtMaxOffset);
IAMPushSource    5783 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMPushSource_GetPushSourceFlags_Proxy(IAMPushSource *This,ULONG *pFlags);
IAMPushSource    5785 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMPushSource_SetPushSourceFlags_Proxy(IAMPushSource *This,ULONG Flags);
IAMPushSource    5787 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMPushSource_SetStreamOffset_Proxy(IAMPushSource *This,REFERENCE_TIME rtOffset);
IAMPushSource    5789 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMPushSource_GetStreamOffset_Proxy(IAMPushSource *This,REFERENCE_TIME *prtOffset);
IAMPushSource    5791 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMPushSource_GetMaxStreamOffset_Proxy(IAMPushSource *This,REFERENCE_TIME *prtMaxOffset);
IAMPushSource    5793 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMPushSource_SetMaxStreamOffset_Proxy(IAMPushSource *This,REFERENCE_TIME rtMaxOffset);