IMediaControl:运行返回E_INVALIDARG
在我的代码中,我调用 IMediaControl::Run 和 Pause 几次。 但有时函数 IMediaControl:Run 返回 E_INVALIDARG,即是如此连线, run 函数没有参数。 谁能帮我解决这个问题;)
in my code, i invoke IMediaControl::Run and Pause couple times.
but sometime the function IMediaControl:Run return E_INVALIDARG, that is so wired, the run function has no argument.
can anybody help me about this;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最有可能的是,此错误代码是从图表中的过滤器之一返回的,并且通过图表管理器传递回您的应用程序。
Most probably, this error code is returned from one of the filters in the graph, and that's being passed back to your app via the graph manager.