Click or drag to resize
WaveDeviceCapabilities Enumeration
Bitfield of flags for specifying Wave Device Capabilities.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
[FlagsAttribute]
public enum WaveDeviceCapabilities
Members
  Member nameValueDescription
WaveCapPitch1 supports pitch control
WaveCapPlaybackrate2 supports playback rate control
WaveCapVolume4 supports volume control
WaveCapLeftRightVolume8 separate left-right volume control
WaveCapSync16
WaveCapSampleAccurate32
See Also