IWMDRMProfileCollection Interface

Windows Media Encoder SDK banner art

The IWMDRMProfileCollection interface contains all of the DRM profiles that are available to an encoding session. Only those DRM profiles that were created by the current user are available.

In addition to the methods inherited from IDispatch, the IWMDRMProfileCollection interface exposes the following methods.

Method Description
get_Count Retrieves the number of DRM profiles in the collection.
get_length Retrieves the number of DRM profiles in the collection. This is the JScript version of Count.
Item Retrieves a specific DRM profile from the collection.

See Also