|
AudioOutputDevice Constructor (IntPtr, Int32, Int32)
|
Constructs a new Audio Output Device.
Namespace:
Accord.DirectSound
Assembly:
Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax public AudioOutputDevice(
IntPtr owner,
int samplingRate,
int channels
)
Public Sub New (
owner As IntPtr,
samplingRate As Integer,
channels As Integer
)
Request Example
View SourceParameters
- owner
- Type: SystemIntPtr
The owner window handle. - samplingRate
- Type: SystemInt32
The sampling rate of the device. - channels
- Type: SystemInt32
The number of channels of the device.
See Also