录制会议

编程入门 行业动态 更新时间:2024-10-28 14:36:45
本文介绍了录制会议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我试图保存会议会议中的音频(由UserEndpoint在UCMA App中创建)

// Create an AudioVideoCall. AudioVideoCall avCall = new AudioVideoCall(conversation); // Register for AudioVideoMcuSession events. RegisterForAudioVideoMcuSessionEvents(conversation.ConferenceSession.AudioVideoMcuSession); // Register for AudioVideoCall events. RegisterForAudioVideoCallEvents(avCall); // Establish call to MCU avCall.BeginEstablish(EndCallEstablish, avCall); // Wait until call establishment completes waitForCallEstablish.WaitOne(); recorder = new Recorder(); recorder.AttachFlow(avCall.Flow); recorder.StateChanged += recorder_StateChanged; WmaFileSink sink = new WmaFileSink(avCall.Conversation.Id + ".wma"); recorder.SetSink(sink); recorder.Start();

代码看起来很好没有错误的显示,但我找不到文件。

The Code seems to excecute fine no error's showup, but I can't find the file.

所以我有以下问题:

So i have the following question:

1 - 文件应该在哪里?

1-Where the file should be?

2 - 什么时候开始录制?

2-When should you start recording?

3-如何从会议或对话对象获取AudioVideoFlow。

3- How i get the AudioVideoFlow from a conference or conversation object.

问候,

如果你不理解我,试试西班牙语:)

If you do not understand me try Spanish :)

推荐答案

看看MSDN上的以下文章。它有一些示例代码和如何使用Recorder类的一个很好的解释:

Take a look at the following article on MSDN. It has some sample code and a good explanation of how to use the Recorder class:

记录器

更多推荐

录制会议

本文发布于:2023-10-31 05:36:13,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1545162.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:会议

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!