IWaveOutFactorySelectorCreateDevice Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxIWaveOut CreateDevice(
AudioDeviceInfo deviceInfo,
AudioApi audio,
WaveFormat format,
WaveformParams waveformParams,
out AudioConverterType converter
)
Function CreateDevice (
deviceInfo As AudioDeviceInfo,
audio As AudioApi,
format As WaveFormat,
waveformParams As WaveformParams,
<OutAttribute> ByRef converter As AudioConverterType
) As IWaveOut
IWaveOut^ CreateDevice(
AudioDeviceInfo^ deviceInfo,
AudioApi audio,
WaveFormat^ format,
WaveformParams^ waveformParams,
[OutAttribute] AudioConverterType% converter
)
abstract CreateDevice :
deviceInfo : AudioDeviceInfo *
audio : AudioApi *
format : WaveFormat *
waveformParams : WaveformParams *
converter : AudioConverterType byref -> IWaveOut
Parameters
- deviceInfo AudioDeviceInfo
-
- audio AudioApi
-
- format WaveFormat
-
- waveformParams WaveformParams
-
- converter AudioConverterType
-
Return Value
IWaveOut
See Also