TOC_POS_TYPE enumeration (wmcodecdsp.h)

The TOC_POS_TYPE enumeration contains members that specify the position type of a table of contents.

Syntax

typedef enum TOC_POS_TYPE {
  TOC_POS_INHEADER = 0,
  TOC_POS_TOPLEVELOBJECT
} ;

Constants

 
TOC_POS_INHEADER
Value: 0
Specifies that the table of contents is stored in the header of the media file.
TOC_POS_TOPLEVELOBJECT
Specifies that the table of contents is stored in the body of the media file as a top level object.

Remarks

Currently, only TOC_POS_TOPLEVELOBJECT is supported.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wmcodecdsp.h

See also

Table of Contents Parser Enumerations

The Position Type of a Table of Contents