WasapiHelperCreateOutputDevice Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static IWaveOut CreateOutputDevice(
AudioDeviceInfo deviceInfo,
WaveFormat waveFormat,
bool useWaitHandle
)
Public Shared Function CreateOutputDevice (
deviceInfo As AudioDeviceInfo,
waveFormat As WaveFormat,
useWaitHandle As Boolean
) As IWaveOut
public:
static IWaveOut^ CreateOutputDevice(
AudioDeviceInfo^ deviceInfo,
WaveFormat^ waveFormat,
bool useWaitHandle
)
static member CreateOutputDevice :
deviceInfo : AudioDeviceInfo *
waveFormat : WaveFormat *
useWaitHandle : bool -> IWaveOut
Parameters
- deviceInfo
- Type: Ozeki.MediaAudioDeviceInfo
- waveFormat
- Type: Ozeki.MediaWaveFormat
- useWaitHandle
- Type: SystemBoolean
Return Value
Type:
IWaveOutSee Also