Package tvi.webrtc

Class VideoEncoder.EncoderInfo

java.lang.Object
tvi.webrtc.VideoEncoder.EncoderInfo
Enclosing interface:
VideoEncoder

public static class VideoEncoder.EncoderInfo extends Object
Metadata about the Encoder.
  • Field Details

    • requestedResolutionAlignment

      public final int requestedResolutionAlignment
      The width and height of the incoming video frames should be divisible by |requested_resolution_alignment|
    • applyAlignmentToAllSimulcastLayers

      public final boolean applyAlignmentToAllSimulcastLayers
      Same as above but if true, each simulcast layer should also be divisible by |requested_resolution_alignment|.
  • Constructor Details

    • EncoderInfo

      public EncoderInfo(int requestedResolutionAlignment, boolean applyAlignmentToAllSimulcastLayers)
  • Method Details

    • getRequestedResolutionAlignment

      public int getRequestedResolutionAlignment()
    • getApplyAlignmentToAllSimulcastLayers

      public boolean getApplyAlignmentToAllSimulcastLayers()