Microsoft DirectX 8.0 (C++)

DMUS_IO_PARAMCONTROLTRACK_CURVEINFO

Used in a Parameter Control Track List.

typedef struct _DMUS_IO_PARAMCONTROLTRACK_CURVEINFO {
    MUSIC_TIME  mtStartTime;
    MUSIC_TIME  mtEndTime;
    float       fltStartValue;
    float       fltEndValue;
    DWORD       dwCurveType;
    DWORD       dwFlags;
} DMUS_IO_PARAMCONTROLTRACK_CURVEINFO;

Members

mtStartTime
Start time of the curve.
mtEndTime
End time of the curve.
fltStartValue
Start value of the curve.
fltEndValue
End value of the curve.
dwCurveType
Item from the MP_CURVE_TYPE enumeration. See MP_CURVE_TYPE in the DirectShow documentation.
dwFlags
Combination of the MPF_ENVLP_* constants. See Envelope Flags in the DirectShow documentation.

Requirements

  Header: Declared in dmusicf.h.