Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTok.VideoCapturer.VideoFormat

Defines a video format available to a video device. More...

Properties

int Width [get]
 The width of the video frames, in pixels.
int Height [get]
 The height of the video frames, in pixels.
int Fps [get]
 The frame rate of the video, in frames per second.
PixelFormat PixelFormat [get]
 The pixel format of the video frames, as defined by the OpenTok.PixelFormat enum.

Detailed Description

Defines a video format available to a video device.

Use the VideoDevice.ListFormats() method to get a list of VideoFormat objects for a device.