AVContentKeyRequest.Process 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- keyResponse
- AVContentKeyResponse
- 屬性
適用於
Process(NSError)
[Foundation.Export("processContentKeyResponseError:")]
public virtual void Process (Foundation.NSError error);
abstract member Process : Foundation.NSError -> unit
override this.Process : Foundation.NSError -> unit
參數
- error
- NSError
- 屬性