Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: talk/app/webrtc/objc/public/RTCDataChannel.h

Issue 1207613006: Support for onbufferedamountlow (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/trunk/talk.git@master
Patch Set: Remove unnecessary comment Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/app/webrtc/objc/RTCDataChannel.mm ('k') | talk/app/webrtc/objctests/RTCPeerConnectionSyncObserver.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/objc/public/RTCDataChannel.h
diff --git a/talk/app/webrtc/objc/public/RTCDataChannel.h b/talk/app/webrtc/objc/public/RTCDataChannel.h
index 7c225802455a2b841618063cfbf8086ab5f1eab5..24a46f655c8bc9836ab693ad95ab612d30c754bb 100644
--- a/talk/app/webrtc/objc/public/RTCDataChannel.h
+++ b/talk/app/webrtc/objc/public/RTCDataChannel.h
@@ -82,6 +82,12 @@ typedef enum {
- (void)channel:(RTCDataChannel*)channel
didReceiveMessageWithBuffer:(RTCDataBuffer*)buffer;
+@optional
+
+// Called when the buffered amount has changed.
+- (void)channel:(RTCDataChannel*)channel
+ didChangeBufferedAmount:(NSUInteger)amount;
+
@end
// ObjectiveC wrapper for a DataChannel object.
« no previous file with comments | « talk/app/webrtc/objc/RTCDataChannel.mm ('k') | talk/app/webrtc/objctests/RTCPeerConnectionSyncObserver.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698