Package tvi.webrtc

Class VideoEncoder.EncoderInfo

  • Enclosing interface:
    VideoEncoder

    public static class VideoEncoder.EncoderInfo
    extends java.lang.Object
    Metadata about the Encoder.
    • Field Detail

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

      • EncoderInfo

        public EncoderInfo​(int requestedResolutionAlignment,
                           boolean applyAlignmentToAllSimulcastLayers)
    • Method Detail

      • getRequestedResolutionAlignment

        public int getRequestedResolutionAlignment()
      • getApplyAlignmentToAllSimulcastLayers

        public boolean getApplyAlignmentToAllSimulcastLayers()