Click or drag to resize
PortAudioOut Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaPortAudioOut

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class PortAudioOut : IWaveOut, 
	IAudioControl, IMedia, IDisposable

The PortAudioOut type exposes the following members.

Constructors
  NameDescription
Public methodPortAudioOut
Initializes a new instance of the PortAudioOut class
Top
Methods
  NameDescription
Public methodChangeFormat
Changes the wave format of the device.
Public methodDispose
Releases all resources used by the PortAudioOut
Public methodReset
Public methodStart
Public methodStop
Public methodWrite
Top
Properties
  NameDescription
Public propertyDeviceInfo
Gets some information about the device such as device ID or product name.
Public propertyInitialized
Gets a boolean value indicating whether the device is initialized and ready to use.
Public propertyLevel
Gets the level of the input/output. (Range: 0-100)
Public propertyMuted
Gets or sets a boolean value indicating whether the audio device is muted.
Public propertyPlaybackState
Public propertyVolume
Gets or sets the volume for this device. (Range: 0-1)
Public propertyWaveFormat
Top
Events
  NameDescription
Public eventLevelChanged
Public eventStopped
Occurs when the audio has stopped.
Top
See Also