Class CameraCapturerConfiguration.CaptureFormat

java.lang.Object
io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat
Enclosing class:
CameraCapturerConfiguration

public static class CameraCapturerConfiguration.CaptureFormat extends Object
  • Field Details

    • width

      public int width
      The width (px) of the video frame. The default value is 960.
    • height

      public int height
      The height (px) of the video frame. The default value is 540.
    • fps

      public int fps
      The video frame rate (fps). The default value is 15.
  • Constructor Details

    • CaptureFormat

      public CaptureFormat(int width, int height, int fps)
    • CaptureFormat

      public CaptureFormat()
  • Method Details

    • getHeight

      public int getHeight()
    • getWidth

      public int getWidth()
    • getFps

      public int getFps()
    • toString

      public String toString()
      Overrides:
      toString in class Object