irgendwie will das immer noch nicht.
Code:
BOOL KVIDEOPLAYERDEF(KVideo_GetStreamInfo)(TStreamType StreamType, DWORD index, TStreamInfo OUT StreamInfo);
Die Rückgabe von..
Code:
struct TStreamInfo {
TStreamType streamType;
AM_MEDIA_TYPE ppmt;
unsigned int pdwFlags;
unsigned int plcid;
unsigned int pdwGroup;
wchar_t* ppszName;
IUnknown **ppObject;
IUnknown **ppUnk;
};
typedef TStreamInfo* pStreamInfo;
ist NULL
Hmmm...
Ob das mit den Interface doch nicht stimmt?
gruss