Home | History | Annotate | Download | only in dshow

Lines Matching refs:get_MediaState

4933     virtual HRESULT WINAPI get_MediaState(long *pState) = 0;
4968 HRESULT (WINAPI *get_MediaState)(IAMExtTransport *This,long *pState);
5005 #define IAMExtTransport_get_MediaState(This,pState) (This)->lpVtbl->get_MediaState(This,pState)