IWMDMDevice2 Interface (deprecated)
This is preliminary documentation and subject to change.
This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.
The IWMDMDevice2 interface extends IWMDMDevice by making it possible to get the video formats supported by a device, find storage from its name, and use property pages.
In addition to the methods inherited from IWMDMDevice, the IWMDMDevice2 interface exposes the following methods.
Method | Description |
GetCanonicalName | Retrieves the canonical name of the device. |
GetFormatSupport2 | Retrieves the formats supported by the device, including audio and video codecs, and MIME file formats |
GetSpecifyPropertyPages | Retrieves the property page for the device. |
GetStorage | Searches the immediate children of the root storage for a storage with the given name. |
See Also