Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.5 KB

ns-mfobjects-mfvideosurfaceinfo.md

File metadata and controls

77 lines (61 loc) · 2.5 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mfobjects._MFVideoSurfaceInfo
MFVideoSurfaceInfo (mfobjects.h)
Contains information about an uncompressed video format. This structure is used in the MFVIDEOFORMAT structure.
MFVideoSurfaceInfo
MFVideoSurfaceInfo structure [Media Foundation]
b48099a2-8427-496c-9a60-ace5b89d81e9
mf.mfvideosurfaceinfo
mfobjects/MFVideoSurfaceInfo
mf\mfvideosurfaceinfo.htm
mf
b48099a2-8427-496c-9a60-ace5b89d81e9
12/05/2018
MFVideoSurfaceInfo, MFVideoSurfaceInfo structure [Media Foundation], b48099a2-8427-496c-9a60-ace5b89d81e9, mf.mfvideosurfaceinfo, mfobjects/MFVideoSurfaceInfo
mfobjects.h
Mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
MFVideoSurfaceInfo
19H1
_MFVideoSurfaceInfo
mfobjects/_MFVideoSurfaceInfo
MFVideoSurfaceInfo
mfobjects/MFVideoSurfaceInfo
c++
APIRef
kbSyntax
HeaderDef
mfobjects.h
MFVideoSurfaceInfo

MFVideoSurfaceInfo structure

-description

Contains information about an uncompressed video format. This structure is used in the MFVIDEOFORMAT structure.

-struct-fields

-field Format

For compressed formats, this value must be zero. For uncompressed formats, the value is a FOURCC or D3DFORMAT value that identifies the format. Use the Data1 field from the subtype GUID. See Video Subtype GUIDs.

-field PaletteEntries

Number of palette entries. The value must be between 0 and 256.

-field Palette

Array of MFPaletteEntry Unions that contains the color table for a palettized format. The size of the array is given in the PaletteEntries member. If the format is not palettized, set PaletteEntries to zero.

-see-also

Media Foundation Structures

Media Types