Click or drag to resize
PortAudioIn Constructor
Initializes a new instance of the PortAudioIn class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public PortAudioIn(
	AudioDeviceInfo info,
	WaveFormat waveFormat
)

Parameters

info
Type: Ozeki.MediaAudioDeviceInfo
waveFormat
Type: Ozeki.MediaWaveFormat
See Also