Click or drag to resize

WasapiHelperCreateOutputDevice Method

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

Parameters

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

Return Value

Type: IWaveOut
See Also