Click or drag to resize
WaveOutDeviceCapabilities Constructor
Constructor.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public WaveOutDeviceCapabilities(
	bool Volume,
	bool Pitch,
	bool PlaybackRate
)

Parameters

Volume
Type: SystemBoolean
true to volume.
Pitch
Type: SystemBoolean
true to pitch.
PlaybackRate
Type: SystemBoolean
true to playback rate.
See Also