Class BaseVideoCapturer.CaptureSettings

java.lang.Object
com.opentok.android.BaseVideoCapturer.CaptureSettings
Enclosing class:
BaseVideoCapturer

public static class BaseVideoCapturer.CaptureSettings extends Object
Defines the capture settings for a video capturer.
See Also:
  • Field Details

    • format

      public int format
      The pixel format. Valid values are defined by the BaseVideoCapturer.ARGB and BaseVideoCapturer.NV21 constants.
    • 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 Details

    • CaptureSettings

      public CaptureSettings()