Class BaseVideoCapturer.CaptureSettings

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int expectedDelay
      The estimated capture delay, in milliseconds, of the video.
      int format
      The pixel format.
      int fps
      The estimated number of frames per second in the video.
      int height
      The height of the video, in pixels.
      boolean mirrorInLocalRender
      Whether the frame should appear mirrored in the local renderer.
      int width
      The width of the video, in pixels.
    • Constructor Summary

      Constructors 
      Constructor Description
      CaptureSettings()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        public int width
        The width of the video, in pixels.
      • height

        public int height
        The height of the video, in pixels.
      • fps

        public int fps
        The estimated number of frames per second in the video.
      • expectedDelay

        public int expectedDelay
        The estimated capture delay, in milliseconds, of the video.
      • mirrorInLocalRender

        public boolean mirrorInLocalRender
        Whether the frame should appear mirrored in the local renderer.
    • Constructor Detail

      • CaptureSettings

        public CaptureSettings()