Share via


AVContentKeySessionDelegate.ShouldRetryContentKeyRequest Method

Definition

[Foundation.Export("contentKeySession:shouldRetryContentKeyRequest:reason:")]
[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:")>]
[<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

Implements

Attributes

Applies to