媒体基金会:媒体会议
我想使用媒体基金会的媒体会话技术创建一个应用程序。使用源阅读器和媒体会话之间的确切区别是什么?
预先感谢,
斯里
I want to create an application using Media foundation's media session techniques. What is the exact difference between using Source reader and media session?
thanks in advance,
Sri
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
媒体会话管理媒体源、媒体基础转换和媒体接收器组件之间的连接、数据流和其他关键内容(缓冲区等),这些组件是 Windows 下多媒体管道的重要组成部分。
源阅读器是媒体会话的替代方案,并针对播放进行了优化。因此,在创建简单的播放应用程序时,您可能需要考虑 Source Reader。
请查看以下内容了解更多详细信息。
Media Session manages connections, data flow and other critical stuff (buffers etc.) between Media Source, Media Foundation Transform and Media Sink components which are essential parts of a multimedia pipeline under Windows.
Source Reader is an alternative to Media Session and is optimized for playback. So, while creating simple playback applications, you might want to consider Source Reader.
Please look into following for more details.