TimedMetadataEncodingProperties.SetFormatUserData(Byte[]) Method

Definition

Sets information about the metadata encoding that is specific to the format type.

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[]

A byte array containing format-specific encoding information.

Remarks

For MP4 files, the format specific data is stored in the SampleDescription box (stsd).

Applies to