VideoEncodingProperties.SetFormatUserData(Byte[]) 方法

定义

设置媒体格式用户数据。

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

参数

value

Byte[]

byte[]

要设置的媒体数据。

适用于