AVContentKeyResponse.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(NSData) |
從提供的索引鍵資料建立並傳回新的回應物件。 |
Create(NSData, NSData) |
從提供的索引鍵資料和初始化向量建立並傳回新的回應物件。 |
Create(NSData)
從提供的索引鍵資料建立並傳回新的回應物件。
[Foundation.Export("contentKeyResponseWithFairPlayStreamingKeyResponseData:")]
public static AVFoundation.AVContentKeyResponse Create (Foundation.NSData fairPlayStreamingKeyResponseData);
static member Create : Foundation.NSData -> AVFoundation.AVContentKeyResponse
參數
- fairPlayStreamingKeyResponseData
- NSData
要從中建立回應的公平播放金鑰資料。
傳回
- 屬性
適用於
Create(NSData, NSData)
從提供的索引鍵資料和初始化向量建立並傳回新的回應物件。
[Foundation.Export("contentKeyResponseWithClearKeyData:initializationVector:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVContentKeyResponse Create (Foundation.NSData keyData, Foundation.NSData initializationVector);
static member Create : Foundation.NSData * Foundation.NSData -> AVFoundation.AVContentKeyResponse
參數
- keyData
- NSData
要從中建立回應的公平播放金鑰資料。
傳回
- 屬性