AVContentKeyRequest.Process Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- keyResponse
- AVContentKeyResponse
- Attribute
Gilt für:
Process(NSError)
[Foundation.Export("processContentKeyResponseError:")]
public virtual void Process (Foundation.NSError error);
abstract member Process : Foundation.NSError -> unit
override this.Process : Foundation.NSError -> unit
Parameter
- error
- NSError
- Attribute