Compartilhar via


IWMDMDevice2 Interface

banner art

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 Gets the canonical name of a device.
GetFormatSupport2 Retrieves all formats supported by this device, including codecs, file formats, and digital rights management (DRM) schemes.
GetSpecifyPropertyPages Gets property pages for portable devices, which provide extended information about the devices.
GetStorage Retrieves a storage interface based on storage name.

See Also