Share via


IXACTCue::GetChannelVolume

IXACTCue::GetChannelVolume

Retrieves the current volumes of a group of channel map entries.

Windows:  GetChannelVolume is unsupported. Use IXACTCue::SetMatrixCoefficients.

Xbox 360:  GetChannelVolume is supported, but it is recommended that tiles use IXACTCue::SetMatrixCoefficients instead.

[Content-driven]

  HRESULT 
  GetChannelVolume(
  LPXACTCHANNELVOLUME pVolume
);

Parameters

  • pVolume
    [out] Pointer to an XACTCHANNELVOLUME structure in which to return the volume information.

Return Values

Returns S_OK if successful, an error code otherwise.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

IXACTCue