Console and multithreaded recording and playback

added by alvasnet
7/23/2011 12:40:22 PM

193 Views

How to use RecorderEx and PlayerEx in console application or Windows Service? In order to use RecorderEx and PlayerEx in a console application or Windows Service need to create instances of these classes by using a parameterized constructor: new RecorderEx(true) and new PlayerEx(true), respectively. The same is true for multi-threaded recorder and player. Below is an example of full duplex Recorder and Player...


0 comments