Defines the settings passed into the VideoCapturer.UpdateCaptureSettings(ref VideoCaptureSettings) method. More...

Public Attributes
PixelFormat PixelFormat
The pixel format.
int Width
The width of each frame, in pixels.
int Height
The height of each frame, in pixels.
int Fps
The width of each frame, in frames per second.
int ExpectedCaptureDelay
The expected delay of the frame capturer, in milliseconds.
bool MirrorOnLocalRender

Detailed Description

Defines the settings passed into the VideoCapturer.UpdateCaptureSettings(ref VideoCaptureSettings) method.

Member Data Documentation

MirrorOnLocalRender

bool OpenTok.VideoCaptureSettings.MirrorOnLocalRender

Whether to mirror the local preview of the Publisher's video. The default value will be true for all cameras facing the user like webcams and cell phone front cameras. Specialized cameras intended to face the environment, like GoPros, or AR headset cameras will have to set this to false.