AM_COLCON structure (dvdmedia.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Indicates the color contrast description from the DVD highlight (HLI) structure.

Syntax

typedef struct _AM_COLCON {
  UCHAR emph1col : 4;
  UCHAR emph2col : 4;
  UCHAR backcol : 4;
  UCHAR patcol : 4;
  UCHAR emph1con : 4;
  UCHAR emph2con : 4;
  UCHAR backcon : 4;
  UCHAR patcon : 4;
} AM_COLCON, *PAM_COLCON;

Members

emph1col

Emphasis color 1.

emph2col

Emphasis color 2.

backcol

Background color.

patcol

Pattern color.

emph1con

Emphasis contrast 1.

emph2con

Emphasis contrast 2.

backcon

Background contrast.

patcon

Pattern contrast.

Remarks

This structure is contained within the AM_PROPERTY_SPHLI structure.

Requirements

   
Header dvdmedia.h

See also

DVD Subpicture Property Set