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 TypeFieldDescriptionintThe estimated capture delay, in milliseconds, of the video.intThe pixel format.intThe estimated number of frames per second in the video.intThe height of the video, in pixels.booleanWhether the frame should appear mirrored in the local renderer.intThe 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.ARGBandBaseVideoCapturer.NV21constants. -
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()
-