Share via


XACTCHANNELVOLUME

XACTCHANNELVOLUME

Groups a collection of audio channel volume entries.

typedef struct XACTCHANNELVOLUME {
    XACTCHANNEL EntryCount;
    XACTCHANNELVOLUMEENTRY *paEntries;
} XACTCHANNELVOLUME, *LPXACTCHANNELVOLUME;

Members

  • EntryCount
    Number of elements in the paEntries array.
  • paEntries
    Pointer to an array of XACTCHANNELVOLUMEENTRY structures of channel volume entries.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures