| WaveOutFactoryCreateDevice Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static IWaveOut CreateDevice(
	AudioDeviceInfo deviceInfo,
	AudioApi audio,
	WaveFormat format,
	WaveformParams waveformParams,
	out AudioConverterType converter
)
Public Shared Function CreateDevice ( 
	deviceInfo As AudioDeviceInfo,
	audio As AudioApi,
	format As WaveFormat,
	waveformParams As WaveformParams,
	<OutAttribute> ByRef converter As AudioConverterType
) As IWaveOut
public:
static IWaveOut^ CreateDevice(
	AudioDeviceInfo^ deviceInfo, 
	AudioApi audio, 
	WaveFormat^ format, 
	WaveformParams^ waveformParams, 
	[OutAttribute] AudioConverterType% converter
)
static member CreateDevice : 
        deviceInfo : AudioDeviceInfo * 
        audio : AudioApi * 
        format : WaveFormat * 
        waveformParams : WaveformParams * 
        converter : AudioConverterType byref -> IWaveOut 
Parameters
- deviceInfo
 - Type: Ozeki.MediaAudioDeviceInfo
 - audio
 - Type: Ozeki.MediaAudioApi
 - format
 - Type: Ozeki.MediaWaveFormat
 - waveformParams
 - Type: Ozeki.MediaWaveformParams
 - converter
 - Type: Ozeki.MediaAudioConverterType
 
Return Value
Type: 
IWaveOut
See Also