Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / examples / android / media_demo / src / org / webrtc / webrtcdemo / VideoEngine.java
index 7cfa585..677ff42 100644 (file)
@@ -116,4 +116,5 @@ public class VideoEngine {
     return stopRtpDump(channel, direction.ordinal());
   }
   private native int stopRtpDump(int channel, int direction);
+  public native int setLocalSSRC(int channel, int ssrc);
 }