Share via


IAVContentKeySessionDelegate.ShouldRetryContentKeyRequest Method

Definition

[Foundation.Export("contentKeySession:shouldRetryContentKeyRequest:reason:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldRetryContentKeyRequest(AVFoundation.AVContentKeySession session, AVFoundation.AVContentKeyRequest keyRequest, string retryReason);
[<Foundation.Export("contentKeySession:shouldRetryContentKeyRequest:reason:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldRetryContentKeyRequest : AVFoundation.AVContentKeySession * AVFoundation.AVContentKeyRequest * string -> bool
override this.ShouldRetryContentKeyRequest : AVFoundation.AVContentKeySession * AVFoundation.AVContentKeyRequest * string -> bool

Parameters

keyRequest
AVContentKeyRequest
retryReason
String

Returns

Attributes

Applies to