Click or drag to resize
Accord.NET (logo)

AudioOutputDevice Constructor (Guid, 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(
	Guid device,
	IntPtr owner,
	int samplingRate,
	int channels
)
Request Example View Source

Parameters

device
Type: SystemGuid
Global identifier of the audio output device.
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