00001 #pragma once 00002 00003 #ifndef __IOGGMUXSETTINGS__ 00004 #define __IOGGMUXSETTINGS__ 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 DECLARE_INTERFACE_(IOggMuxSettings, IUnknown) { 00011 00012 virtual STDMETHODIMP_(unsigned long) maxPacketsPerPage() PURE; 00013 virtual STDMETHODIMP_(bool) setMaxPacketsPerPage(unsigned long inMaxPacketsPerPage) PURE; 00014 }; 00015 00016 #ifdef __cplusplus 00017 } 00018 #endif 00019 00020 #endif
1.3.9