Thanks for ghe reply @Yoichi. What is the reason. Is it just creating a reference as to which start recording is being stopped?
Is there significance in the letter p have chosen? Eg does p stand for something… or could you have just as effectivly chosen another letter such as z?
Do i set it by just typing the letter p in both, or is it actually a ctl K to set / define.
StartRecording launches FFMpeg as independent process. And it’s necessary the process ID when stop it.
Is there significance in the letter p have chosen? Eg does p stand for something… or could you have just as effectivly chosen another letter such as z?
It should be System.Diagnostics.Process type. So, I just named p (from Process class) in the above case. We can easily create it using Ctrl+K.