Share via


IMDSPStorage3 Interface (deprecated)

banner art

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 IMDSPStorage3 interface extends IMDSPStorage2 by supporting metadata. This interface is optional. Service providers must implement this interface only if they are going to support metadata. If the device parameter UseMetadataViews is set to 1, this interface must be implemented and the GetMetadata method becomes mandatory, although SetMetadata is still optional. For more information, see Device Parameters.

In addition to the methods inherited from IMDSPStorage2, the IMDSPStorage3 interface exposes the following methods.

Method Description
GetMetadata Retrieves metadata from the service provider.
SetMetadata Provides the metadata associated with a specified content.

See Also