Searched refs:IDvdControl2 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 577 typedef struct IDvdControl2 IDvdControl2; typedef 7468 struct IDvdControl2 : public IUnknown { struct 7514 HRESULT (WINAPI *QueryInterface)(IDvdControl2 *This,REFIID riid,void **ppvObject); 7515 ULONG (WINAPI *AddRef)(IDvdControl2 *This); 7516 ULONG (WINAPI *Release)(IDvdControl2 *This); 7517 HRESULT (WINAPI *PlayTitle)(IDvdControl2 *This,ULONG ulTitle,DWORD dwFlags,IDvdCmd **ppCmd); 7518 …HRESULT (WINAPI *PlayChapterInTitle)(IDvdControl2 *This,ULONG ulTitle,ULONG ulChapter,DWORD dwFlag… 7519 …HRESULT (WINAPI *PlayAtTimeInTitle)(IDvdControl2 *This,ULONG ulTitle,DVD_HMSF_TIMECODE *pStartTime… 7520 HRESULT (WINAPI *Stop)(IDvdControl2 *This); 7521 HRESULT (WINAPI *ReturnFromSubmenu)(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd); [all …]
|