Searched refs:ulChapter (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 7057 virtual HRESULT WINAPI ChapterPlay(ULONG ulTitle,ULONG ulChapter) = 0; 7062 virtual HRESULT WINAPI ChapterSearch(ULONG ulChapter) = 0; 7090 …virtual HRESULT WINAPI ChapterPlayAutoStop(ULONG ulTitle,ULONG ulChapter,ULONG ulChaptersToPlay) =… 7099 HRESULT (WINAPI *ChapterPlay)(IDvdControl *This,ULONG ulTitle,ULONG ulChapter); 7104 HRESULT (WINAPI *ChapterSearch)(IDvdControl *This,ULONG ulChapter); 7132 …HRESULT (WINAPI *ChapterPlayAutoStop)(IDvdControl *This,ULONG ulTitle,ULONG ulChapter,ULONG ulChap… 7143 #define IDvdControl_ChapterPlay(This,ulTitle,ulChapter) (This)->lpVtbl->ChapterPlay(This,ulTitle,ul… argument 7148 #define IDvdControl_ChapterSearch(This,ulChapter) (This)->lpVtbl->ChapterSearch(This,ulChapter) argument 7176 …ChapterPlayAutoStop(This,ulTitle,ulChapter,ulChaptersToPlay) (This)->lpVtbl->ChapterPlayAutoStop(T… argument 7181 HRESULT WINAPI IDvdControl_ChapterPlay_Proxy(IDvdControl *This,ULONG ulTitle,ULONG ulChapter); [all …]
|