Share via


XACTCHANNELVOLUMEENTRY

XACTCHANNELVOLUMEENTRY

One entry in the collection of channel volumes.

typedef struct XACTCHANNELVOLUMEENTRY {
    XACTCHANNEL EntryIndex;
    XACTVOLUME Volume;
} XACTCHANNELVOLUMEENTRY, *LPXACTCHANNELVOLUMEENTRY;

Members

  • EntryIndex
    Channel index to which this setting applies.
  • Volume
    Volume level setting for the data to output.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures