IMPEG2StreamIdMap  507 3rdparty/include/dshow/strmif.h typedef struct IMPEG2StreamIdMap IMPEG2StreamIdMap;
IMPEG2StreamIdMap 6289 3rdparty/include/dshow/strmif.h   struct IMPEG2StreamIdMap : public IUnknown {
IMPEG2StreamIdMap 6298 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IMPEG2StreamIdMap *This,REFIID riid,void **ppvObject);
IMPEG2StreamIdMap 6299 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IMPEG2StreamIdMap *This);
IMPEG2StreamIdMap 6300 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IMPEG2StreamIdMap *This);
IMPEG2StreamIdMap 6301 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *MapStreamId)(IMPEG2StreamIdMap *This,ULONG ulStreamId,DWORD MediaSampleContent,ULONG ulSubstreamFilterValue,int iDataOffset);
IMPEG2StreamIdMap 6302 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnmapStreamId)(IMPEG2StreamIdMap *This,ULONG culStreamId,ULONG *pulStreamId);
IMPEG2StreamIdMap 6303 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumStreamIdMap)(IMPEG2StreamIdMap *This,IEnumStreamIdMap **ppIEnumStreamIdMap);
IMPEG2StreamIdMap 6318 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMPEG2StreamIdMap_MapStreamId_Proxy(IMPEG2StreamIdMap *This,ULONG ulStreamId,DWORD MediaSampleContent,ULONG ulSubstreamFilterValue,int iDataOffset);
IMPEG2StreamIdMap 6320 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMPEG2StreamIdMap_UnmapStreamId_Proxy(IMPEG2StreamIdMap *This,ULONG culStreamId,ULONG *pulStreamId);
IMPEG2StreamIdMap 6322 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMPEG2StreamIdMap_EnumStreamIdMap_Proxy(IMPEG2StreamIdMap *This,IEnumStreamIdMap **ppIEnumStreamIdMap);