Click or drag to resize
WaveOutput Properties

The WaveOutput type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerSample
Get/Set the Bits per sample.
Public propertyCapabilities
Gets the Device capabilities.
Public propertyChannelMask
Gets or sets the channel mask present in the multichannel stream. Audio interleave channel numbers start from lowest to highest value in channel mask bit-flags. (Stereo: Interleave 0 -> Left (0x1), Interleave 1 -> Right (0x2))
Public propertyChannels
Get/Set the number of channels.
Public propertyConstantTimeOffset
Public propertyCurrentSampleOffset
Gets the the total number of samples played on the audio device.
Public propertyCurrentTimeOffset
Gets the total time played (in seconds) on the audio device.
Public propertyDevices
Gets all available audio output devices. This includes the default device mapper in position zero.
Public propertyPitch
Gets or sets the Pitch.
Public propertyPlaybackRate
Gets or sets the Playback rate.
Public propertyQueuedBytes
Adds a constant time offset.
Public propertyQueuedSamples
Returns the number of samples queued for playing on the audio device.
Public propertyQueuedSamplesInSeconds
Returns the number of seconds already queued up to be played.
Public propertySampleRate
Get/Set the Sample rate.
Public propertyVolume
Gets or sets the Volume.
Top
See Also