Microsoft DirectX 9.0

AM_PROPERTY_SPHLI

Describes the currently selected button from the DVD highlight information.

Syntax

typedef struct _AM_PROPERTY_SPHLI {
    USHORT  HLISS;      
    USHORT  Reserved;
    ULONG   StartPTM; 
    ULONG   EndPTM;  
    USHORT  StartX;
    USHORT  StartY;
    USHORT  StopX;
    USHORT  StopY;
    AM_COLCON  ColCon; 
} AM_PROPERTY_SPHLI, *PAM_PROPERTY_SPHLI;

Members

HLISS

Highlight status of current selection.

Reserved

Reserved for internal use. Do not use or set.

StartPTM

Start presentation time divided by 90,000.

EndPTM

End presentation time divided by 90,000.

StartX

Start x-coordinate pixel of the current highlight button.

StartY

Start y-coordinate pixel of the current highlight button.

StopX

Ending x-coordinate pixel of the current highlight button.

StopY

Ending y-coordinate pixel of the current highlight button.

ColCon

Color contrast description of type AM_COLCON.

Remarks

The AM_PROPERTY_DVDSUBPIC_HLI property uses this structure.

See Also