AudioEncodingProperties.SetFormatUserData(Byte[]) Method

Definition

Sets the media format user data.

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())

Parameters

value

Byte[]

byte[]

The media data to set.

Applies to