PlayRight.AddDigitalVideoOutputProtection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 コンプライアンス規則ドキュメントでは、この権限に追加できる明示的な出力保護の種類を指定します。