WaveOutBase Constructor (WaveFormat, Int32) |
Creates a new
WaveOutBase with the specified AudioWaveFormat.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected WaveOutBase(
WaveFormat waveFormat,
int deviceID
)
Protected Sub New (
waveFormat As WaveFormat,
deviceID As Integer
)
protected:
WaveOutBase(
WaveFormat^ waveFormat,
int deviceID
)
new :
waveFormat : WaveFormat *
deviceID : int -> WaveOutBase
Parameters
- waveFormat
- Type: Ozeki.MediaWaveFormat
The given wave format. - deviceID
- Type: SystemInt32
The identifier of the device.
See Also