KSWAVE_PAN structure

The KSWAVE_PAN structure is used to describe the left and right pan levels.

Syntax

struct KSWAVE_PAN {
  LONG LeftLevel;
  LONG RightLevel;
};

Members

  • LeftLevel
    Indicates the left pan level.

  • RightLevel
    Indicates the right pan level.

Remarks

This structure is used by the KSPROPERTY_WAVE_PAN property.

Requirements

Header

Ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_WAVE_PAN

 

 

Send comments about this topic to Microsoft