获取适用于 Windows 的 Quicktime API
谁能告诉我是否有 QUICKTIME API对于窗户?我刚刚找到了一些文档,但所有内容都在 Objective C 中进行了解释。其他编程语言也有同样的情况吗?
预先感谢您的帮助。
瓦伦
Possible Duplicate:
Installing just Quicktime libraries on Windows
can anyone tell me if there is an QUICKTIME API for windows? i just found some documentation, but all it was explained in objective c. is there the same in any other programming languages?
Thanks in advance for the help.
Varun
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个适用于 Windows 的 Quicktime API,您可以使用本机 C/C++。不过,要开始使用 Quicktime,我建议您首先尝试使用 VB.NET 或 C# 中的 QT Activex 组件。这是迄今为止最快、最简单的入门方法。如果您在 Windows 计算机上安装 Quicktime,则可以在 Visual Studio 中引用 Aivex 组件。关于 Quicktime Activex for .NET 的一本好书是“Quicktime for .NET and COM Developers”。
There is a Quicktime API for windows that you can use native C/C++ with. However to get started with Quicktime I would recommend that you experiment first with the QT Activex component in VB.NET or C#. This is by far the fastest and easiest way to get started. If you install Quicktime on your windows machine you can reference the Acivex component in Visual Studio. A good book on on the Quicktime Activex for .NET is "Quicktime for .NET and COM developers".
Apple 已将 QuickTime 大部分替换为 Windows 上不可用的其他 API,例如 QTKit。 QuickTime Windows SDK 已经好几年没有更新了。 QuickTime for Windows SDK 不支持 Objective C 开发或任何更现代的 Objective C API。
您可以在 Apple 开发人员库中搜索 QuickTime 文档,但忽略有关 QTKit、AVFoundation 或 Objective C 的材料。
https://developer.apple.com/library/mac/navigation/index.html#section=Frameworks&topic=QuickTime
Apple has mostly replaced QuickTime with other APIs that are not available on Windows such as QTKit. The QuickTime Windows SDK has not been updated for several years. The QuickTime for Windows SDK does not support Objective C development or any of the more modern Objective C APIs.
You can search the Apple developer library for QuickTime documentation but ignore material that's about QTKit, AVFoundation or Objective C.
https://developer.apple.com/library/mac/navigation/index.html#section=Frameworks&topic=QuickTime