IAVContentKeyRecipient インターフェイス

定義

メディア データ処理に復号化キーを必要とする必要なメソッドを定義するインターフェイス。

[Foundation.Protocol(Name="AVContentKeyRecipient", WrapperType=typeof(AVFoundation.AVContentKeyRecipientWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVContentKeyRecipient : IDisposable, ObjCRuntime.INativeObject
type IAVContentKeyRecipient = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)
MayRequireContentKeysForMediaDataProcessing

メディア データ処理に復号化キーを必要とする必要なメソッドを定義するインターフェイス。

適用対象