,
, DirectShow, , , - . . , DirectShow. ( ), , ( - , ), , . , .., , . , . , , , .
, , . .
, DirectShow.net, SourceFourge, DirectShow Microsoft. , DirectShow ++, DirectShow.net #, VB , , " .net". DirectShow.net , DirectShow, -: - Microsoft. DirectShow.net , SourceForge open project, using DirectShowLib;. . , , - Microsoft , , DirectShow.net, , , , . , mp3 :
class Example{
IGraphBuilder gb, gb1;
IMediaControl mc, mc1;
IVideoWindow vw;
private void button1_Click(object sender, RoutedEventArgs e)
{
gb = (IGraphBuilder) new FilterGraph();
mc = (IMediaControl)gb;
mc.RenderFile("C:\\test.mp3");
mc.Run();
gb1 = (IGraphBuilder)new FilterGraph();
mc1 = (IMediaControl)gb1;
vw = (IVideoWindow)gb1;
vw.SetWindowPosition(0, 0, 320, 240);
mc1.RenderFile("C:\\test.avi");
mc1.Run();
}
}
, , . , , , , DirectShow.
, .:)