Share via


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

미디어 데이터 처리를 위해 암호 해독 키가 필요한 필수 메서드를 정의하는 인터페이스입니다.

적용 대상