Searched refs:GetCurrentActualFrameRate (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h4095 virtual HRESULT WINAPI GetCurrentActualFrameRate(IPin *pPin,LONGLONG *ActualFrameRate) = 0;
4108 HRESULT (WINAPI *GetCurrentActualFrameRate)(IAMVideoControl *This,IPin *pPin,LONGLONG *ActualFrameRate); member in struct:IAMVideoControlVtbl
4123 #define IAMVideoControl_GetCurrentActualFrameRate(This,pPin,ActualFrameRate) (This)->lpVtbl->GetCurrentActualFrameRate(This,pPin,ActualFrameRate)

Completed in 205 milliseconds