Discussion:
CLSID of the WMAudio Decoder DMO?
(too old to reply)
r***@verizon.net
2005-12-30 08:08:40 UTC
Permalink
What's the CLSID of the WMAudio Decoder DMO? What header files do i
need to include?
Alessandro Angeli [MVP::DigitalMedia]
2005-12-30 14:04:39 UTC
Permalink
Post by r***@verizon.net
What's the CLSID of the WMAudio Decoder DMO? What header
files do i need to include?
EXTERN_GUID(CLSID_CWMADecMediaObject,
0x2eeb4adf, 0x4578, 0x4d10, 0xbc, 0xa7, 0xbb, 0x95,
0x5f, 0x56, 0x32, 0x0a);

From wmcodecconst.h. You can find it the Windows Media Audio
and Video Codec Interfaces SDK or in the Windows Media
Format SDK 9.5.
--
// Alessandro Angeli
// MVP :: Digital Media
// a dot angeli at psynet dot net
r***@verizon.net
2005-12-31 19:54:50 UTC
Permalink
Thanks. this is just what i needed

Loading...