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 |
Defines the settings passed into the VideoCapturer.UpdateCaptureSettings(ref VideoCaptureSettings) method.
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.