Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_INHEADERValue: 0 Specifies that the table of contents is stored in the header of the media file. | 
| TOC_POS_TOPLEVELOBJECTSpecifies 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 |