Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.VideoCaptureSettings

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
 Whether to mirror the local preview of the Publisher's video.

Detailed Description

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