Click or drag to resize
WaveIn Class
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class WaveIn : WaveInBase

The WaveIn type exposes the following members.

Constructors
  NameDescription
Public methodWaveIn
Initializes a new instance of the WaveIn class
Top
Methods
  NameDescription
Protected methodAddSamples (Inherited from WaveInBase.)
Public methodChangeFormat
Changes the wave format of the device.
(Inherited from WaveInBase.)
Public methodDispose
Closes the WaveInBase.
(Inherited from WaveInBase.)
Protected methodDispose(Boolean)
Closes the WaveInBase and disposes the buffers.
(Inherited from WaveInBase.)
Protected methodFinalize
Finalizer. Only called when user forgets to call Dispose
(Inherited from WaveInBase.)
Protected methodInit (Inherited from WaveInBase.)
Protected methodInternalStart (Inherited from WaveInBase.)
Protected methodInternalStop (Inherited from WaveInBase.)
Protected methodOnDataAvailable (Inherited from WaveInBase.)
Protected methodOnStopped (Inherited from WaveInBase.)
Public methodStart
Starts the recording.
(Inherited from WaveInBase.)
Public methodStop
Stops the recording.
(Inherited from WaveInBase.)
Top
Properties
  NameDescription
Protected propertyCallbackStrategy (Inherited from WaveInBase.)
Public propertyDeviceInfo
Gets some information about the device such as device ID or product name.
(Inherited from WaveInBase.)
Public propertyInitialized
Gets a boolean value indicating whether the device is initialized and ready to use.
(Inherited from WaveInBase.)
Protected propertyLastReturnedBufferIndex (Inherited from WaveInBase.)
Public propertyLevel
Gets the level of the input data. (Range: 0-100)
(Inherited from WaveInBase.)
Protected propertyLogger (Inherited from WaveInBase.)
Protected propertyMMLock (Inherited from WaveInBase.)
Public propertyMuted
Gets or sets a boolean value indicating whether the audio device is muted.
(Inherited from WaveInBase.)
Public propertyState
Gets the state of the recording.
(Inherited from WaveInBase.)
Public propertyVolume
Gets or sets the volume of the recorder. (Range: 0-1) If the value is -1, the volume of the selected device is fixed and cannot be changed.
(Inherited from WaveInBase.)
Public propertyWaveFormat (Inherited from WaveInBase.)
Top
Events
  NameDescription
Public eventDataAvailable (Inherited from WaveInBase.)
Public eventLevelChanged (Inherited from WaveInBase.)
Public eventStopped (Inherited from WaveInBase.)
Top
See Also