获取适用于 Windows 的 Quicktime API

发布于 2024-11-25 08:51:06 字数 316 浏览 0 评论 0原文

可能的重复:
在 Windows 上仅安装 Quicktime 库

谁能告诉我是否有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一萌ing 2024-12-02 08:51:06

有一个适用于 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".

世界如花海般美丽 2024-12-02 08:51:06

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文