SetRemoteDescription
2016-11-09 15:36:53 0 举报
SetRemoteDescription 是一个用于更新远程描述信息的方法。它通常在实时通信系统中使用,如 WebRTC,以保持两个设备之间的连接状态同步。当一个设备的音频或视频流发生变化时,另一个设备需要接收到新的描述信息以便进行相应的处理。通过调用 SetRemoteDescription 方法,可以将这些变化通知给远程设备,从而实现音视频的实时传输和同步。此方法通常与 SetLocalDescription 方法一起使用,后者用于更新本地描述信息。总之,SetRemoteDescription 是实现实时通信中音视频同步的关键步骤。
作者其他创作
大纲/内容
bool WebRtcVoiceMediaChannel::AddRecvStream(const StreamParams& sp)
AudioCodingModule* AudioCodingModule::Create(const Config& config)
int WebRtcVoiceEngine::CreateVoEChannel()
ChannelOwner ChannelManager::CreateChannelInternal(const Config& config)
bool WebRtcVoiceMediaChannel::SetSendParameters( const AudioSendParameters& params)
ChannelOwner ChannelManager::CreateChannel(const Config& external_config)
int WebRtcVoiceMediaChannel::CreateVoEChannel()
bool BaseChannel::AddRecvStream_w(const StreamParams& sp)
int VoEBaseImpl::CreateChannel(const Config& config)
0 条评论
下一页