AVContentKeyRequest.MakeStreamingContentKeyRequestDataAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.