Sure, Yes. I believe you cannot modify the packets through the sample grabber, so ideally you would want to remove your "special" tone from the audio stream after detection - if so, then maybe...
When you use DirectShow to render your video, you just need to create your own rendering filter for the audio part and then add it to the graph explicitly.
You could create a small script that does your file operations and then
you can use control panel->scheduled tasks->Add scheduled task to add this as a recurring task.
nope, you can use the BSD Sockets and communicate via TCP. TCP/IP requests made on the loopback interface (local machine) are as fast, if not faster than writing to a file.
The assembly in question uses SecurityAction.Demand, which means that all callers either direct or indirect will have to have the right permission/identity.
I dont see any circular dependency issues here. It would be a circular dependency issue only if the smartptr class needed to know the definition of your LinkedListObject class, which is not the case...
Did you know that the main function in C/C++ uses an argument which is in effect a multidimensional array ? check the argv parameter to main, it is typically declared as
There is no way to check if a given memory location was "newed".... at least none that I know of. although you can check if a given memory location is "valid"/on the allocated heap - there are good...