Searched refs:IAMDroppedFrames (Results 1 – 1 of 1) sorted by relevance
272 typedef struct IAMDroppedFrames IAMDroppedFrames; typedef3680 struct IAMDroppedFrames : public IUnknown { struct3690 HRESULT (WINAPI *QueryInterface)(IAMDroppedFrames *This,REFIID riid,void **ppvObject);3691 ULONG (WINAPI *AddRef)(IAMDroppedFrames *This);3692 ULONG (WINAPI *Release)(IAMDroppedFrames *This);3693 HRESULT (WINAPI *GetNumDropped)(IAMDroppedFrames *This,long *plDropped);3694 HRESULT (WINAPI *GetNumNotDropped)(IAMDroppedFrames *This,long *plNotDropped);3695 …HRESULT (WINAPI *GetDroppedInfo)(IAMDroppedFrames *This,long lSize,long *plArray,long *plNumCopied…3696 HRESULT (WINAPI *GetAverageFrameSize)(IAMDroppedFrames *This,long *plAverageSize);3699 struct IAMDroppedFrames { struct[all …]