Remove outdated DestroyVideoSendStream comment.
BUG= R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6419004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5345 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ccd42840bc
commit
39669c5c8f
@ -69,9 +69,6 @@ class Call {
|
|||||||
virtual VideoSendStream* CreateVideoSendStream(
|
virtual VideoSendStream* CreateVideoSendStream(
|
||||||
const VideoSendStream::Config& config) = 0;
|
const VideoSendStream::Config& config) = 0;
|
||||||
|
|
||||||
// Returns the internal state of the send stream, for resume sending with a
|
|
||||||
// new stream with different settings.
|
|
||||||
// Note: Only the last returned send-stream state is valid.
|
|
||||||
virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0;
|
virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0;
|
||||||
|
|
||||||
virtual VideoReceiveStream::Config GetDefaultReceiveConfig() = 0;
|
virtual VideoReceiveStream::Config GetDefaultReceiveConfig() = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user