49 return VideoResolution_90P;
52 return VideoResolution_180P;
55 return VideoResolution_360P;
59 return VideoResolution_720P;
62 return VideoResolution_1080P;
65 return VideoResolution_90P;
Enumeration of video resolution options.
VideoResolution_360P
The resolution is 360p.
ZoomVideoSDKResolution_Auto
The resolution is changed automatically according to the size of the view, only available for video c...
VideoResolution_180P
The resolution is 180p.
int getValue()
Gets the value (enum constant) associated with the video resolution.
ZoomVideoSDKVideoResolution(int value)
VideoResolution_90P
The resolution is 90p.
VideoResolution_720P
The resolution is 720p.
VideoResolution_1080P
The resolution is 1080p.
static ZoomVideoSDKVideoResolution fromValue(int value)
Converts the value to the specific ZoomVideoSDKVideoResolution enum.