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