IrisRtcSdkStreamQuality Constants Reference
Declared in | IrisRtcStream.h |
---|
IrisRtcSdkStreamQuality
These constants indicate the type of video resolution that will be used when opening the camera using the stream API.
Definition
typedef NS_ENUM(NSUInteger, IrisRtcSdkStreamQuality ) {
kStreamQualityFullHD,
kStreamQualityHD,
kStreamQualityVGA,
kStreamQualityQCIF,
};
Constants
kStreamQualityFullHD
-
Indicates that a video resolution of 1920 by 1080 will be used while opening the camera.
Declared In
IrisRtcStream.h
. kStreamQualityHD
-
Indicates that a video resolution of 1280 by 720 will be used while opening the camera.
Declared In
IrisRtcStream.h
. kStreamQualityVGA
-
Indicates that a video resolution of 640 by 368 will be used while opening the camera.
Declared In
IrisRtcStream.h
. kStreamQualityQCIF
-
Indicates that a video resolution of 320 by 240 will be used while opening the camera.
Declared In
IrisRtcStream.h
.
Declared In
IrisRtcStream.h