AVContentKeyRequest.Process 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.
Overloads
Process(AVContentKeyResponse) | |
Process(NSError) |
Process(AVContentKeyResponse)
[Foundation.Export("processContentKeyResponse:")]
public virtual void Process (AVFoundation.AVContentKeyResponse keyResponse);
abstract member Process : AVFoundation.AVContentKeyResponse -> unit
override this.Process : AVFoundation.AVContentKeyResponse -> unit
Parameters
- keyResponse
- AVContentKeyResponse
- Attributes
Applies to
Process(NSError)
[Foundation.Export("processContentKeyResponseError:")]
public virtual void Process (Foundation.NSError error);
abstract member Process : Foundation.NSError -> unit
override this.Process : Foundation.NSError -> unit
Parameters
- error
- NSError
- Attributes