Package com.opentok.android
Class BaseVideoCapturer.CaptureSettings
java.lang.Object
com.opentok.android.BaseVideoCapturer.CaptureSettings
- Enclosing class:
BaseVideoCapturer
Defines the capture settings for a video capturer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The estimated capture delay, in milliseconds, of the video.int
The pixel format.int
The estimated number of frames per second in the video.int
The height of the video, in pixels.boolean
Whether the frame should appear mirrored in the local renderer.int
The width of the video, in pixels. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
format
public int formatThe pixel format. Valid values are defined by theBaseVideoCapturer.ARGB
andBaseVideoCapturer.NV21
constants. -
width
public int widthThe width of the video, in pixels. -
height
public int heightThe height of the video, in pixels. -
fps
public int fpsThe estimated number of frames per second in the video. -
expectedDelay
public int expectedDelayThe estimated capture delay, in milliseconds, of the video. -
mirrorInLocalRender
public boolean mirrorInLocalRenderWhether the frame should appear mirrored in the local renderer.
-
-
Constructor Details
-
CaptureSettings
public CaptureSettings()
-