IDVEnc            457 3rdparty/include/dshow/strmif.h typedef struct IDVEnc IDVEnc;
IDVEnc           5868 3rdparty/include/dshow/strmif.h   struct IDVEnc : public IUnknown {
IDVEnc           5876 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDVEnc *This,REFIID riid,void **ppvObject);
IDVEnc           5877 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDVEnc *This);
IDVEnc           5878 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDVEnc *This);
IDVEnc           5879 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_IFormatResolution)(IDVEnc *This,int *VideoFormat,int *DVFormat,int *Resolution,BYTE fDVInfo,DVINFO *sDVInfo);
IDVEnc           5880 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_IFormatResolution)(IDVEnc *This,int VideoFormat,int DVFormat,int Resolution,BYTE fDVInfo,DVINFO *sDVInfo);
IDVEnc           5894 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDVEnc_get_IFormatResolution_Proxy(IDVEnc *This,int *VideoFormat,int *DVFormat,int *Resolution,BYTE fDVInfo,DVINFO *sDVInfo);
IDVEnc           5896 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDVEnc_put_IFormatResolution_Proxy(IDVEnc *This,int VideoFormat,int DVFormat,int Resolution,BYTE fDVInfo,DVINFO *sDVInfo);