Simon Brown Posted December 31, 2007 Posted December 31, 2007 Hi, I am writing an AVI frame import plugin using this library: http://thecodeproject.com/KB/audio-vide ... apper.aspx. The problem is the open parameter is a file name and not a stream. Is there any way I can find out a stream's file name so that I can close the stream and recieve the file using the library? Quote
pyrochild Posted December 31, 2007 Posted December 31, 2007 That's really not a File Format API question, so you'd be better off asking stuff like that in an actual programming forum. Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it!
Rick Brewster Posted December 31, 2007 Posted December 31, 2007 Paint.NET's codec system works with Stream objects, and not file names. If you need to adapt to some other library, you should ask the maintainers of that library instead. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.