WaveOutDeviceCapabilities Constructor |
Constructor.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic WaveOutDeviceCapabilities(
bool Volume,
bool Pitch,
bool PlaybackRate
)
Public Sub New (
Volume As Boolean,
Pitch As Boolean,
PlaybackRate As Boolean
)
public:
WaveOutDeviceCapabilities(
bool Volume,
bool Pitch,
bool PlaybackRate
)
new :
Volume : bool *
Pitch : bool *
PlaybackRate : bool -> WaveOutDeviceCapabilities
Parameters
- Volume
- Type: SystemBoolean
true to volume. - Pitch
- Type: SystemBoolean
true to pitch. - PlaybackRate
- Type: SystemBoolean
true to playback rate.
See Also