Home
last modified time | relevance | path

Searched refs:IDvdControl (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h557 typedef struct IDvdControl IDvdControl; typedef
7054 struct IDvdControl : public IUnknown { struct
7095 HRESULT (WINAPI *QueryInterface)(IDvdControl *This,REFIID riid,void **ppvObject);
7096 ULONG (WINAPI *AddRef)(IDvdControl *This);
7097 ULONG (WINAPI *Release)(IDvdControl *This);
7098 HRESULT (WINAPI *TitlePlay)(IDvdControl *This,ULONG ulTitle);
7099 HRESULT (WINAPI *ChapterPlay)(IDvdControl *This,ULONG ulTitle,ULONG ulChapter);
7100 HRESULT (WINAPI *TimePlay)(IDvdControl *This,ULONG ulTitle,ULONG bcdTime);
7101 HRESULT (WINAPI *StopForResume)(IDvdControl *This);
7102 HRESULT (WINAPI *GoUp)(IDvdControl *This);
[all …]