Udostępnij za pośrednictwem


TimedMetadataEncodingProperties.GetFormatUserData(Byte[]) Method

Definition

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

void GetFormatUserData([Out] winrt::array_view <byte> const& & value);
public void GetFormatUserData(out byte[] value);
Public Sub GetFormatUserData (ByRef 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