AgoraVideoCodecProfileType Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraVideoCodecProfileType
用于旁路直播的输出视频的编解码规格
Definition
typedef NS_ENUM(NSInteger, AgoraVideoCodecProfileType ) {
AgoraVideoCodecProfileTypeBaseLine = 66,
AgoraVideoCodecProfileTypeMain = 77,
AgoraVideoCodecProfileTypeHigh = 100,
};
Constants
AgoraVideoCodecProfileTypeBaseLine
-
66:Baseline 级别的视频编码规格,一般用于低阶或需要额外容错的应用,比如视频通话、手机视频等。
Declared In
AgoraEnumerates.h
. AgoraVideoCodecProfileTypeMain
-
77:Main 级别的视频编码规格,一般用于主流消费类电子产品,如 mp4、便携的视频播放器、PSP 和 iPad 等。
Declared In
AgoraEnumerates.h
. AgoraVideoCodecProfileTypeHigh
-
100:(默认)High 级别的视频编码规格,一般用于广播及视频碟片存储,高清电视。
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h