11-20-2007, 12:08
|
zwen
Joined on 11-20-2007
Posts 7
|
A follow message for the MP2 Transport UDP issue
|
 
 
|
|
|
I think the question, more precisely, is how a MP2 Transport UDP can be invoked in DirectShow. I have tried the following:
DEFINE_GUID(CLSID_LEADMPEG2TransportUDPSource,
0xE2B7DF17,0x38C5,0x11D5,0x91,0xF6,0x00,0x10,0x4B,0xDB,0x8F,0xF9);
CComPtr pUDPSource;
hr = pUDPSource.CoCreateInstance(CLSID_LEADMPEG2TransportUDPSource);
hr = pGB->AddFilter(pUDPSource, L"UDP filter");
Anything wrong or missing? Just the Load function is not shown in the above interface.?
regards
Jeff
|
|
|
|
|
Report
|
|
|
|