Click or drag to resize

Sound Properties

The Sound type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerSample
Gets or sets the bits per sample. Only 8 is supported.
Public propertyChannels
Gets or sets the number of channels. This should be either 1 or 2.
Public propertyDataStream
Gets or sets the data stream.
Public propertyEncodingFormat
Gets or sets the encoding format.
Public propertySamplingRate
Gets or sets the sampling rate. For maximum compatibility this value is in Hz and should be one of: 8000, 11025, or 22050.
Top
See Also