ZegoEncodeProfile Constants Reference
Declared in | ZegoExpressDefines.h |
---|
ZegoEncodeProfile
video encode profile.
Definition
typedef NS_ENUM(NSUInteger, ZegoEncodeProfile ) {
ZegoEncodeProfileDefault = 0,
ZegoEncodeProfileBaseline = 1,
ZegoEncodeProfileMain = 2,
ZegoEncodeProfileHigh = 3,
};
Constants
ZegoEncodeProfileDefault
-
The default video encode specifications, The default value is the video encoding specification at the Main level.
Declared In
ZegoExpressDefines.h
. ZegoEncodeProfileBaseline
-
Baseline-level video encode specifications have low decoding consumption and poor picture effects. They are generally used for low-level applications or applications that require additional fault tolerance.
Declared In
ZegoExpressDefines.h
. ZegoEncodeProfileMain
-
Main-level video encode specifications, decoding consumption is slightly higher than Baseline, the picture effect is also better, generally used in mainstream consumer electronic products.
Declared In
ZegoExpressDefines.h
. ZegoEncodeProfileHigh
-
High-level video encode specifications, decoding consumption is higher than Main, the picture effect is better, generally used for broadcasting and video disc storage, high-definition TV.
Declared In
ZegoExpressDefines.h
.
Declared In
ZegoExpressDefines.h