Home | History | Annotate | Download | only in dshow

Lines Matching defs:GetStreamCaps

3357     virtual HRESULT WINAPI GetStreamCaps
3368 HRESULT (WINAPI *GetStreamCaps)(IAMStreamConfig *This,int iIndex,AM_MEDIA_TYPE **ppmt,BYTE *pSCC);
3381 #define IAMStreamConfig_GetStreamCaps(This,iIndex,ppmt,pSCC) (This)->lpVtbl->GetStreamCaps(This,iIndex,ppmt,pSCC)