Share via


AVPlayerItem_AVPlayerItemProtectedContent.RequestContentAuthorizationAsynchronously Method

Definition

[Foundation.Export("requestContentAuthorizationAsynchronouslyWithTimeoutInterval:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RequestContentAuthorizationAsynchronously(this AVFoundation.AVPlayerItem This, double timeoutInterval, Action handler);
[<Foundation.Export("requestContentAuthorizationAsynchronouslyWithTimeoutInterval:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RequestContentAuthorizationAsynchronously : AVFoundation.AVPlayerItem * double * Action -> unit

Parameters

This
AVPlayerItem

The instance on which this method operates.

timeoutInterval
Double
handler
Action
Attributes

Applies to