在 DirectShow 中设置视频/音频缓冲时间
我有一个源过滤器(rtsp源过滤器)。我可以在图形编辑中设置其视频/音频缓冲时间。 但不知道如何以编程方式设置。
有谁知道我可以为(实时)源过滤器设置缓冲时间的通用机制吗?
最好的祝愿
I have a source filter (rtsp source filter). I can set its video/audio buffer time in graph edit.
But do not know programatically how to set.
Does any body know a generic mechanishm which i can set a buffer time for an (live) source filter?
Best Wishes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您保存 .grf 文件,我相信它会保存设置。
DirectShow - 将参数传递到自定义源推送过滤器可能会有所帮助
if you save the .grf file it saves settings I believe.
DirectShow - passing parameters to custom source push filter might help