MediaStreamSampleProtectionProperties.SetKeyIdentifier(Byte[]) 方法

定义

MediaStreamSample 设置数字版权管理 (DRM) 密钥标识符。

public:
 virtual void SetKeyIdentifier(Platform::Array <byte> ^ value) = SetKeyIdentifier;
void SetKeyIdentifier(winrt::array_view <byte> const& value);
public void SetKeyIdentifier(byte[] value);
function setKeyIdentifier(value)
Public Sub SetKeyIdentifier (value As Byte())

参数

value

Byte[]

byte[]

要设置数字版权管理 (DRM) 密钥标识符的值。

适用于