MIXERCONTROLDETAILS_SIGNED (Windows CE 5.0)

Send Feedback

This structure retrieves and sets signed type control properties for an audio mixer control.

typedef struct{LONGlValue;}MIXERCONTROLDETAILS_SIGNED;

Members

  • lValue
    Signed integer value for a single item or channel.

    This value must be inclusively within the bounds given in the Bounds member of the MIXERCONTROL structure for signed integer controls.

Remarks

The following standard control types use this structure for retrieving and setting properties:

Meter controls:

MIXERCONTROL_CONTROLTYPE_PEAKMETER
MIXERCONTROL_CONTROLTYPE_SIGNEDMETER

Member controls:

MIXERCONTROL_CONTROLTYPE_SIGNED

Number controls:

MIXERCONTROL_CONTROLTYPE_DECIBELS

Slider controls:

MIXERCONTROL_CONTROLTYPE_PAN
MIXERCONTROL_CONTROLTYPE_QSOUNDPAN
MIXERCONTROL_CONTROLTYPE_SLIDER

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Mmsystem.h.

See Also

Hardware Audio Mixer Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.