使用c#计划和命令软件... [英] schedule and command to a software with c#...

查看:50
本文介绍了使用c#计划和命令软件...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想安排和命令Adobe Audition

我使用 System.Diagnostics.Process.start(ProcessStartInfo)但这只是运行。 ...

我想打开声音文件Adobe Audition并播放或停止或其他操作

请帮助我...

YA ALI

I want to schedule and command to Adobe Audition
I use System.Diagnostics.Process.start(ProcessStartInfo) but this only run....
I want to open a sound file Adobe Audition and play or stop or other operation
plz help me...
YA ALI

推荐答案

System.Diagnostics.Process.Start(ProcessstartInfo)可以在单独的进程中执行任何可执行文件,如果您参考此进程,则可以终止该进程你的代码。但是您无法从应用程序中控制该应用程序(.exe)。在你的问题中,我猜你想用Adobe Audion(录音软件)进行编程。在这种情况下,您不能只使用Process.Start方法。您需要下载Adobe Audion sdk才能进行编程。我看到他们有sdk下载功能

http://www.softpedia.com/ get / Programming / Components-Libraries / [ ^ ]

您应该使用该API并将其用于您的应用程序,并且您可以将它们作为api为您展示。对不起,我没有经验那个sdk。所以我对你的sdk集成和编程没有帮助。你应该开始使用该软件站点。
System.Diagnostics.Process.Start(ProcessstartInfo) can execute any executable in a separate process and you can kill that process if you take reference of this process in your code. But you can not control that application(.exe) from your application. In your question what i guess that you want to do programming with Adobe Audion(Recording software). In that case you can not do it with just Process.Start method. You needed to download Adobe Audion sdk for programming. I see they have sdk download feature
http://www.softpedia.com/get/Programming/Components-Libraries/[^]
You should rnd with that api and use it to your application and you can do what they exposed for you as api. Sorry i have no experiance on that sdk. So i do not help you about that sdk integration and programming. You should start rnd with that software site.


这篇关于使用c#计划和命令软件...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆