Package org.webrtc

Class PeerConnectionFactory.ThreadInfo

java.lang.Object
org.webrtc.PeerConnectionFactory.ThreadInfo
Enclosing class:
PeerConnectionFactory

private static class PeerConnectionFactory.ThreadInfo extends Object
Helper class holding both Java and C++ thread info.
  • Field Details

    • thread

      final Thread thread
    • tid

      final long tid
  • Constructor Details

    • ThreadInfo

      private ThreadInfo(Thread thread, long tid)
  • Method Details