CopyEnabler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This enabler is not supported on most PlayReady clients.
This class is obsolete and should not be used.
[System.Obsolete("This enabler is not supported on most PlayReady clients.")]
public class CopyEnabler : Microsoft.Media.Drm.ExportEnabler
[<System.Obsolete("This enabler is not supported on most PlayReady clients.")>]
type CopyEnabler = class
inherit ExportEnabler
Public Class CopyEnabler
Inherits ExportEnabler
- Inheritance
- Derived
- Attributes
Remarks
Represents a copy enabler. This allows content from a PlayReady client to be copied. By adding this object to a CopyRight, you allow the copy operation that is associated with the copy enabler, such as a DVD burn on Windows Media Center or copying to an audio CD. Other examples include copy to personal computer and copy to device. Every such copy scenario is identified in the PlayReady Compliance Rules document that accompanies a PlayReady licensing agreement. Every CopyRight object must contain at least one CopyEnabler object.
Constructors
CopyEnabler(Guid) |
Obsolete.
This class is obsolete and should not be used. Initializes a new instance of the CopyEnabler class. |