Home
last modified time | relevance | path

Searched defs:nativeRtpSender (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DRtpSender.java32 final long nativeRtpSender; field in RtpSender
37 public RtpSender(long nativeRtpSender) { in RtpSender()
77 private static native boolean nativeSetTrack(long nativeRtpSender, in nativeSetTrack()
82 private static native long nativeGetTrack(long nativeRtpSender); in nativeGetTrack()
84 private static native String nativeId(long nativeRtpSender); in nativeId()
86 private static native void free(long nativeRtpSender); in free()