blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Video & Audio Application

How easy is it to create such a video and audio application in C#? I would need Video and Audio to be transferred from one notebook to the other in real-time, over Local Area Network. Any sample code is fully appreciated. thanks. A ve ...

0
votes
1 answers

c# recording screen

Hi, How can i record my screen as a video file. Can i do this with c#. Thanks David

0
votes
1 answers

Repeat video in C#

[code]using Microsoft.DirectX.AudioVideoPlayback; private Video _video = null; // open a new video _video = new Video(openFileDialog1.FileName); _video.Play();[/code] I can play video with the above code, but I want the vid ...

Feedback