Prev: USB 2.0 Isochronous driver - high speed
Next: IoGetDmaAdapter for a root-enumerated device in 64-bit Windows
From: Kee Seng on 26 Apr 2006 13:16 Hi, According to the Vista APO document, for IAudioProcessingObject::IsInputFormatSupported and IAudioProcessingObject::IsOutputFormatSupported, when the requested format is not supported, I can suggest a format to the audio services and return S_FALSE instead. I am able to define my suggested format in UNCOMPRESSEDAUDIOMEDIA struct type, but is required to return a IAudioMediaType. Is there any straightforward method to get an IAudiioMedaiType from a UNCOMPRESSEDAUDIOMEDIA , and if there is, does anyone has an example? Thanks Thanks KS |