Class VideoEncoder.Capabilities

java.lang.Object
com.telnyx.webrtc.lib.VideoEncoder.Capabilities
Enclosing interface:
VideoEncoder

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

    Fields
    Modifier and Type
    Field
    Description
    final boolean
    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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • Capabilities

      public Capabilities(boolean lossNotification)