IWaveOutFactorySelectorCreateDevice Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: Ozeki.MediaAudioDeviceInfo
- audio
- Type: Ozeki.MediaAudioApi
- format
- Type: WaveFormat
- waveformParams
- Type: Ozeki.MediaWaveformParams
- converter
- Type: AudioConverterType
Return Value
Type:
IWaveOut
See Also