共用方式為


AVContentKeyResponse.Create 方法

定義

多載

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

要從中建立回應的公平播放金鑰資料。

initializationVector
NSData

解密初始化向量。 null 當媒體包含向量時為 null。

這個參數可以是 null

傳回

屬性

適用於