DVD_ATR Structure

Structures

Specifies DVD attributes.

Syntax

typedef struct tagDVD_ATR 
{
    ULONG    ulCAT;     
    BYTE    pbATRI[768];
} DVD_ATR;

Members

ulCAT
VMG_CAT if this is for a volume; or VTS_CAT if this is for a Video Title Set (VTS)
pbATRI
All stream attributes for menu and title from bytes 256 to 1023 of VMGI or VTSI.

Remarks

Refer to the DVD-Video specification to parse these structures.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.