Adding Java and Obj-C bindings for RtpEncodingParameters.ssrc.

BUG=webrtc:6903

Review-Url: https://codereview.webrtc.org/2581913002
Cr-Commit-Position: refs/heads/master@{#15936}
This commit is contained in:
deadbeef
2017-01-06 16:53:00 -08:00
committed by Commit bot
parent 055c0a892b
commit 8014c75931
4 changed files with 33 additions and 0 deletions

View File

@ -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 {