Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:SharpDX.DirectSound.DirectSoundCapture" /> class.
 /// </summary>
 /// <param name="device" />
 /// <returns />
 public DirectSoundCapture(Guid device)
 {
     DSound.CaptureCreate8(device, this, null);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:SharpDX.DirectSound.DirectSoundCapture" /> class.
 /// </summary>
 public DirectSoundCapture()
 {
     DSound.CaptureCreate8(null, this, null);
 }