IMpeg2Demultiplexer  497 3rdparty/include/dshow/strmif.h typedef struct IMpeg2Demultiplexer IMpeg2Demultiplexer;
IMpeg2Demultiplexer 6185 3rdparty/include/dshow/strmif.h   struct IMpeg2Demultiplexer : public IUnknown {
IMpeg2Demultiplexer 6194 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IMpeg2Demultiplexer *This,REFIID riid,void **ppvObject);
IMpeg2Demultiplexer 6195 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IMpeg2Demultiplexer *This);
IMpeg2Demultiplexer 6196 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IMpeg2Demultiplexer *This);
IMpeg2Demultiplexer 6197 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *CreateOutputPin)(IMpeg2Demultiplexer *This,AM_MEDIA_TYPE *pMediaType,LPWSTR pszPinName,IPin **ppIPin);
IMpeg2Demultiplexer 6198 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetOutputPinMediaType)(IMpeg2Demultiplexer *This,LPWSTR pszPinName,AM_MEDIA_TYPE *pMediaType);
IMpeg2Demultiplexer 6199 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *DeleteOutputPin)(IMpeg2Demultiplexer *This,LPWSTR pszPinName);
IMpeg2Demultiplexer 6214 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMpeg2Demultiplexer_CreateOutputPin_Proxy(IMpeg2Demultiplexer *This,AM_MEDIA_TYPE *pMediaType,LPWSTR pszPinName,IPin **ppIPin);
IMpeg2Demultiplexer 6216 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMpeg2Demultiplexer_SetOutputPinMediaType_Proxy(IMpeg2Demultiplexer *This,LPWSTR pszPinName,AM_MEDIA_TYPE *pMediaType);
IMpeg2Demultiplexer 6218 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMpeg2Demultiplexer_DeleteOutputPin_Proxy(IMpeg2Demultiplexer *This,LPWSTR pszPinName);