次の方法で共有


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 オブジェクトには、少なくとも 1 つの CopyEnabler オブジェクトが含まれている必要があります。

コンストラクター

CopyEnabler(Guid)
古い.

このクラスは廃止されているため、使用しないでください。 CopyEnabler クラスの新しいインスタンスを初期化します。

適用対象