Class CameraCapturerConfiguration.CaptureFormat

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

public static class CameraCapturerConfiguration.CaptureFormat extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    The fps of the video image captured by the local camera.
    int
    The height (px) of the video image captured by the local camera.
    int
    The width (px) of the video image captured by the local camera.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CaptureFormat(int width, int height, int fps)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • width

      public int width
      The width (px) of the video image captured by the local camera.
    • height

      public int height
      The height (px) of the video image captured by the local camera.
    • fps

      public int fps
      The fps of the video image captured by the local camera.
  • 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