Click or drag to resize

PortAudioIn Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaPortAudioIn

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class PortAudioIn : IWaveIn, 
	IAudioControl, IMedia

The PortAudioIn type exposes the following members.

Constructors
 NameDescription
Public methodPortAudioInInitializes a new instance of the PortAudioIn class
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 propertyState 
Public propertyVolume Gets or sets the volume for this device. (Range: 0-1)
Public propertyWaveFormat 
Top
Methods
 NameDescription
Public methodChangeFormat Changes the wave format of the device. Currently it is not supported in the Linux version
Public methodDisposeReleases all resources used by the PortAudioIn
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodStart 
Public methodStop 
Top
Events
 NameDescription
Public eventDataAvailable 
Public eventLevelChanged 
Public eventStopped Occurs when the audio has stopped.
Top
See Also