Click or drag to resize
WasapiHelperCreateOutputDevice Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IWaveOut CreateOutputDevice(
	AudioDeviceInfo deviceInfo,
	WaveFormat waveFormat,
	bool useWaitHandle
)

Parameters

deviceInfo
Type: Ozeki.MediaAudioDeviceInfo
waveFormat
Type: Ozeki.MediaWaveFormat
useWaitHandle
Type: SystemBoolean

Return Value

Type: IWaveOut
See Also