views:

13

answers:

0

Is there any tutorial on connecting .NET 4 Pipeline with Pipeline from some C\C++ programm?

For example how to get data from VLC Pipeline output ... I mean VLC docs say that there command line args can eat name of pipe like

 YUV video output

--yuv-file=<string>

How to give such name to pipe created in your .Net programm so to be able to give it to other programms or resive from other programms?