Roman Minyaylov
update for multiple streams API
http://visioforge.com/files/regs/visioforge_sdks_installer_dotnet_setup_full2.zip
Sample usage:
// add first stream (video) from file 1
VideoEdit1.Sources_AddFile("c:\\vf\\axe_matamor.avi", true, false, 0);
// add first stream (audio) fom file 2
VideoEdit1.Sources_AddFile("c:\\vf\\Sophie.mp3", false, true, 0);
To add all streams from file like before set new parameter streamIndex to -1.
on February 4, 2014 1:30 PM