Audio-Video in .NET with Elias Puurunen
.NET Rocks! - Een podcast door Carl Franklin and Richard Campbell - Donderdagen

Categorieën:
Can you integrate performant audio-video into your .NET application? Carl and Richard talk to Elias Puurunen about his work at Tractus Events, where he uses the NDI protocols to bring real-time audio and video streams into his C# application. Elias talks about the power of P/Invoke to access the underlying libraries for controlling video streams, including utilizing NVidia GPUs for extremely fast encoding and decoding. You could write this code in C++, but why?