Share via


IAVContentKeyRecipient Interface

Definition

Interface defining required methods that require decryption keys for media data processing.

[Foundation.Protocol(Name="AVContentKeyRecipient", WrapperType=typeof(AVFoundation.AVContentKeyRecipientWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidProvideContentKey", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVContentKeySession), typeof(AVFoundation.AVContentKey) }, Selector="contentKeySession:didProvideContentKey:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mayRequireContentKeysForMediaDataProcessing", IsProperty=true, IsRequired=true, IsStatic=false, Name="MayRequireContentKeysForMediaDataProcessing", PropertyType=typeof(System.Boolean), Selector="mayRequireContentKeysForMediaDataProcessing")]
public interface IAVContentKeyRecipient : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVContentKeyRecipient", WrapperType=typeof(AVFoundation.AVContentKeyRecipientWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidProvideContentKey", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVContentKeySession), typeof(AVFoundation.AVContentKey) }, Selector="contentKeySession:didProvideContentKey:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="mayRequireContentKeysForMediaDataProcessing", IsProperty=true, IsRequired=true, IsStatic=false, Name="MayRequireContentKeysForMediaDataProcessing", PropertyType=typeof(System.Boolean), Selector="mayRequireContentKeysForMediaDataProcessing")>]
type IAVContentKeyRecipient = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to