Capture Sound Output In C#

后端 未结 3 1162
一整个雨季
一整个雨季 2020-12-06 01:10

I\'m trying to build a program in C# that will allow me to stream audio and video from one computer, over the network, to another computer, which is hooked up to a bunch of

3条回答
  •  情书的邮戳
    2020-12-06 01:28

    Have a look at the code in this article , it needs to be modified quite a bit to be able to stream the output over the network , but that should not be hard enough. http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=19102

提交回复
热议问题