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.

The IWMDRMProfileCollection interface exposes the following properties and method.

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

See Also