Table of Contents

Enum RenderResolution

Namespace
Vonage.Server
Assembly
Vonage.dll

Enum for representing resolutions with orientation.

public enum RenderResolution

Fields

FullHighDefinitionLandscape = 4

Full high definition (FHD) resolution with landscape orientation (1920x1080)

FullHighDefinitionPortrait = 5

Full high definition (FHD) resolution with portrait orientation (1080x1920)

HighDefinitionLandscape = 2

High definition (HD) resolution with landscape orientation (1280x780)

HighDefinitionPortrait = 3

High definition (HD) resolution with portrait orientation (780x1280)

StandardDefinitionLandscape = 0

Standard definition (SD) resolution with landscape orientation (640x480)

StandardDefinitionPortrait = 1

Standard definition (SD) resolution with portrait orientation (480x640)