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

Unified Diff: webrtc/sdk/android/api/org/webrtc/RtpParameters.java

Issue 2581913002: Adding Java and Obj-C bindings for RtpEncodingParameters.ssrc. (Closed)
Patch Set: Make ssrc property readonly. Created 3 years, 11 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 | « no previous file | webrtc/sdk/android/src/jni/peerconnection_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/api/org/webrtc/RtpParameters.java
diff --git a/webrtc/sdk/android/api/org/webrtc/RtpParameters.java b/webrtc/sdk/android/api/org/webrtc/RtpParameters.java
index 170874b9746041b211b3010a7445c20289572448..a50cf550f56e2f1b74f669450d9664d841b093cf 100644
--- a/webrtc/sdk/android/api/org/webrtc/RtpParameters.java
+++ b/webrtc/sdk/android/api/org/webrtc/RtpParameters.java
@@ -21,6 +21,7 @@ public class RtpParameters {
public boolean active = true;
// A null value means "no maximum bitrate".
public Integer maxBitrateBps;
+ public Long ssrc;
}
public static class Codec {
« no previous file with comments | « no previous file | webrtc/sdk/android/src/jni/peerconnection_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698