Click or drag to resize
WaveOutDeviceCapabilities Class
Contains the capabilities the wave output device supports. Currently this is Volume, Pitch and PlaybackRate.
Inheritance Hierarchy
SystemObject
  StreamCoders.WaveWaveOutDeviceCapabilities

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class WaveOutDeviceCapabilities

The WaveOutDeviceCapabilities type exposes the following members.

Constructors
  NameDescription
Public methodWaveOutDeviceCapabilities
Constructor.
Top
Properties
  NameDescription
Public propertyPitch
Indicates whether Pitch adjustments are supported.
Public propertyPlaybackRate
Indicates whether Playbackrate adjustments are supported.
Public propertyVolume
Indicates whether Volume adjustments are supported.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also