From: "Alexander Hars"
[...]
[Quoted Text] > Isn't it possible to add the property into the prx > profile string? > > Could anybody give me an example or point me to further > information about the structure of the .prx file?
AFAIK the PRX only contains the media types and a few properties, that is what you can access through IWMStreamConfig, which does not include g_wszWMACMusicSpeechClassMode. However it includes g_wszMusicSpeechClassMode (see IWMPropertyVault::SetProperty() in the WMF SDK).
-- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm
|