AVContentKeyRequest.Process Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- keyResponse
- AVContentKeyResponse
- Attributs
S’applique à
Process(NSError)
[Foundation.Export("processContentKeyResponseError:")]
public virtual void Process (Foundation.NSError error);
abstract member Process : Foundation.NSError -> unit
override this.Process : Foundation.NSError -> unit
Paramètres
- error
- NSError
- Attributs