CopyEnabler 类

定义

注意

This enabler is not supported on most PlayReady clients.

此类已过时,不应使用。

[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
继承
CopyEnabler
派生
属性

注解

表示复制启用程序。 这允许复制 PlayReady 客户端中的内容。 通过将此 对象添加到 CopyRight,可以允许与复制启用程序关联的复制操作,例如 Windows Media Center 上的 DVD 刻录或复制到音频 CD。 其他示例包括复制到个人计算机和复制到设备。 每个此类复制方案均在 PlayReady 许可协议随附的 PlayReady 合规性规则文档中进行标识。 每个 CopyRight 对象必须至少包含一个 CopyEnabler 对象。

构造函数

CopyEnabler(Guid)
已过时.

此类已过时,不应使用。 初始化 CopyEnabler 类的新实例。

适用于