KSWAVE_VOLUME structure (ksmedia.h)

The KSWAVE_VOLUME structure is used to describe sample volume.

Syntax

typedef struct {
  LONG LeftAttenuation;
  LONG RightAttenuation;
} KSWAVE_VOLUME, *PKSWAVE_VOLUME;

Members

LeftAttenuation

Specifies the amount of left attenuation.

RightAttenuation

Specifies the amount of right attenuation.

Remarks

This structure is used by the KSPROPERTY_WAVE_VOLUME property.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_WAVE_VOLUME