ACSVideoStreamResolution Enum
Declaration
typedef enum ACSVideoStreamResolution : NSInteger { ... } ACSVideoStreamResolution;
Description
Represents the list of supported video resolution for VirtualOutgoingVideoStream
Values
Name | Value | Description | Remarks |
---|---|---|---|
ACSVideoStreamResolutionUnknown |
0 | Represents unknown resolution | |
ACSVideoStreamResolutionP1080 |
1 | Represents 1920x1080 resolution | |
ACSVideoStreamResolutionP720 |
2 | Represents 1280x720 resolution | |
ACSVideoStreamResolutionP540 |
3 | Represents 960x540 resolution | |
ACSVideoStreamResolutionP480 |
4 | Represents 858x480 resolution | |
ACSVideoStreamResolutionP360 |
5 | Represents 640x360 resolution | |
ACSVideoStreamResolutionP270 |
6 | Represents 480x270 resolution | |
ACSVideoStreamResolutionP240 |
7 | Represents 352x240 resolution | |
ACSVideoStreamResolutionP180 |
8 | Represents 320x180 resolution | |
ACSVideoStreamResolutionFullHd |
9 | Represents 1920x1080 resolution | |
ACSVideoStreamResolutionHd |
10 | Represents 1280x720 resolution | |
ACSVideoStreamResolutionVga |
11 | Represents 640x480 resolution | |
ACSVideoStreamResolutionQvga |
12 | Represents 320x240 resolution |