次の方法で共有


PlayRight.AddDigitalVideoOutputProtection メソッド

定義

オーバーロード

AddDigitalVideoOutputProtection(ExplicitOutputProtection)

保護されたデジタル ビデオ コンテンツを再生できる拡張テクノロジを追加します。 また、クライアントで許可される動作を指示するために、追加の構成データも追加されます。

AddDigitalVideoOutputProtection(Guid, Byte[])

保護されたデジタル ビデオ コンテンツを再生できる拡張テクノロジを追加します。 また、クライアントで許可される動作を指示するために、追加の構成データも追加されます。

AddDigitalVideoOutputProtection(ExplicitOutputProtection)

保護されたデジタル ビデオ コンテンツを再生できる拡張テクノロジを追加します。 また、クライアントで許可される動作を指示するために、追加の構成データも追加されます。

public void AddDigitalVideoOutputProtection (Microsoft.Media.Drm.ExplicitOutputProtection digitalVideoProtection);
member this.AddDigitalVideoOutputProtection : Microsoft.Media.Drm.ExplicitOutputProtection -> unit
Public Sub AddDigitalVideoOutputProtection (digitalVideoProtection As ExplicitOutputProtection)

パラメーター

digitalVideoProtection
ExplicitOutputProtection

ExplicitOutputProtection保護されたデジタル ビデオ コンテンツを再生できる拡張テクノロジを定義する 。

注釈

PlayReady ライセンス契約に付属する PlayReady コンプライアンス規則ドキュメントでは、この権限に追加できる明示的な出力保護の種類を指定します。

適用対象

AddDigitalVideoOutputProtection(Guid, Byte[])

保護されたデジタル ビデオ コンテンツを再生できる拡張テクノロジを追加します。 また、クライアントで許可される動作を指示するために、追加の構成データも追加されます。

public void AddDigitalVideoOutputProtection (Guid digitalVideoProtectionId, byte[] digitalVideoProtectionData);
member this.AddDigitalVideoOutputProtection : Guid * byte[] -> unit
Public Sub AddDigitalVideoOutputProtection (digitalVideoProtectionId As Guid, digitalVideoProtectionData As Byte())

パラメーター

digitalVideoProtectionId
Guid

保護されたデジタル ビデオ コンテンツを再生できる拡張テクノロジの種類を指定する識別子。

digitalVideoProtectionData
Byte[]

拡張テクノロジで再生するときのクライアントの動作を指定する構成データ。

注釈

PlayReady ライセンス契約に付属する PlayReady コンプライアンス規則ドキュメントでは、この権限に追加できる明示的な出力保護の種類を指定します。

適用対象