コード例 #1
0
ファイル: WASAPISound.cs プロジェクト: bspkrs/screenrecorder
 public WASAPISound()
 {
     this.InitWS();
      this.deviceCallback = new WSSoundInterop.WSEnumDevicesCallback(this.EnumDevicesCallback);
      this.deviceFormatCallback = new WSSoundInterop.WSEnumDeviceFormatsCallback(this.EnumDeviceFormatsCallback);
 }
コード例 #2
0
ファイル: WASAPISound.cs プロジェクト: thaolt/screenrecorder
 public WASAPISound()
 {
     this.InitWS();
     this.deviceCallback       = new WSSoundInterop.WSEnumDevicesCallback(this.EnumDevicesCallback);
     this.deviceFormatCallback = new WSSoundInterop.WSEnumDeviceFormatsCallback(this.EnumDeviceFormatsCallback);
 }