Package tvi.webrtc

Class VideoProcessor.FrameAdaptationParameters

  • Enclosing interface:
    VideoProcessor

    public static class VideoProcessor.FrameAdaptationParameters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameAdaptationParameters​(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight, long timestampNs, boolean drop)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cropX

        public final int cropX
      • cropY

        public final int cropY
      • cropWidth

        public final int cropWidth
      • cropHeight

        public final int cropHeight
      • scaleWidth

        public final int scaleWidth
      • scaleHeight

        public final int scaleHeight
      • timestampNs

        public final long timestampNs
      • drop

        public final boolean drop
    • Constructor Detail

      • FrameAdaptationParameters

        public FrameAdaptationParameters​(int cropX,
                                         int cropY,
                                         int cropWidth,
                                         int cropHeight,
                                         int scaleWidth,
                                         int scaleHeight,
                                         long timestampNs,
                                         boolean drop)