Esempio n. 1
0
 public WASAPISound()
 {
     this.InitWS();
      this.deviceCallback = new WSSoundInterop.WSEnumDevicesCallback(this.EnumDevicesCallback);
      this.deviceFormatCallback = new WSSoundInterop.WSEnumDeviceFormatsCallback(this.EnumDeviceFormatsCallback);
 }
Esempio n. 2
0
 public WASAPISound()
 {
     this.InitWS();
     this.deviceCallback       = new WSSoundInterop.WSEnumDevicesCallback(this.EnumDevicesCallback);
     this.deviceFormatCallback = new WSSoundInterop.WSEnumDeviceFormatsCallback(this.EnumDeviceFormatsCallback);
 }