Share via


TOC_POS_TYPE Enumeration

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

Syntax

typedef enum  {
  TOC_POS_INHEADER         = 0,
  TOC_POS_TOPLEVELOBJECT   = TOC_POS_INHEADER + 1 
} TOC_POS_TYPE;

Constants

  • TOC_POS_INHEADER
    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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Wmcodecdsp.h

See Also

Table of Contents Parser Enumerations

The Position Type of a Table of Contents

 

 

Send comments about this topic to Microsoft

Build date: 4/7/2010