MF_MT_USER_DATA attribute

Contains additional format data for a media type.

Data type

Byte array

Syntax

GUID MF_MT_USER_DATA = {0xb6bc765f,0x4c3b,0x40a4,{0xbd,0x51,0x25,0x35,0xb6,0x6f,0xe0,0x9d} }  

Remarks

The meaning of the data in this attribute depends on the format that is described by the media type.

Format Type Additional Format Data
Windows Media codec. Codec private data.
Converted VIDEOINFOHEADER or VIDEOINFOHEADER2 structure. Extra data that appears after the BITMAPINFOHEADER structure, not including the color table or color masks.
Converted WAVEFORMATEX or WAVEFORMATEXTENSIBLE structure. Extra data that appears after the audio format structure.

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Header: Declared in mfapi.h.