Package tvi.webrtc

Class VideoEncoder.Capabilities

  • Enclosing interface:
    VideoEncoder

    public static class VideoEncoder.Capabilities
    extends java.lang.Object
    Capabilities (loss notification, etc.) passed to the encoder by WebRTC.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean lossNotification
      The remote side has support for the loss notification RTCP feedback message format, and will be sending these feedback messages if necessary.
    • Constructor Summary

      Constructors 
      Constructor Description
      Capabilities​(boolean lossNotification)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lossNotification

        public final boolean lossNotification
        The remote side has support for the loss notification RTCP feedback message format, and will be sending these feedback messages if necessary.
    • Constructor Detail

      • Capabilities

        public Capabilities​(boolean lossNotification)