AVContentKeyRequest.MakeStreamingContentKeyRequestDataAsync Method

Definition

public virtual System.Threading.Tasks.Task<Foundation.NSData> MakeStreamingContentKeyRequestDataAsync (Foundation.NSData appIdentifier, Foundation.NSData contentIdentifier, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
abstract member MakeStreamingContentKeyRequestDataAsync : Foundation.NSData * Foundation.NSData * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Foundation.NSData>
override this.MakeStreamingContentKeyRequestDataAsync : Foundation.NSData * Foundation.NSData * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Foundation.NSData>

Parameters

appIdentifier
NSData
contentIdentifier
NSData

To be added.This parameter can be .

options
NSDictionary<NSString,NSObject>

To be added.This parameter can be .

Returns

A task that represents the asynchronous MakeStreamingContentKeyRequestData operation. The value of the TResult parameter is of type System.Action<Foundation.NSData,Foundation.NSError>.

Remarks

The MakeStreamingContentKeyRequestDataAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to