AgoraVideoCodecProfileType Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraVideoCodecProfileType
Self-defined video codec profile.
Definition
typedef NS_ENUM(NSInteger, AgoraVideoCodecProfileType ) {
AgoraVideoCodecProfileTypeBaseLine = 66,
AgoraVideoCodecProfileTypeMain = 77,
AgoraVideoCodecProfileTypeHigh = 100,
};
Constants
AgoraVideoCodecProfileTypeBaseLine
-
66: Baseline video codec profile. Generally used in video calls on mobile phones.
Declared In
AgoraEnumerates.h
. AgoraVideoCodecProfileTypeMain
-
77: Main video codec profile. Generally used in mainstream electronics, such as MP4 players, portable video players, PSP, and iPads.
Declared In
AgoraEnumerates.h
. AgoraVideoCodecProfileTypeHigh
-
100: (Default) High video codec profile. Generally used in high-resolution interactive live streaming or television.
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h