JDLConfig Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | JDLConfig.h |
captureSourceType
采集音视频的来源
@property (assign, nonatomic) JDLCaptureSourceType captureSourceTypeDiscussion
Declared In
JDLConfig.h
captureResolution
采集分辨率
@property (assign, nonatomic) JDLPushResolution captureResolutionDiscussion
Declared In
JDLConfig.h
pushResolution
推流分辨率
@property (assign, nonatomic) JDLPushResolution pushResolutionDiscussion
Declared In
JDLConfig.h
videoLiveScene
视频直播场景
@property (assign, nonatomic) JDLVideoLiveScene videoLiveSceneDiscussion
Declared In
JDLConfig.h
videoPerformanceMode
性能模式
@property (assign, nonatomic) JDLVideoPerformanceMode videoPerformanceModeDiscussion
Declared In
JDLConfig.h
videoBitrateMax
最大码率, 单位kbps
@property (assign, nonatomic) int videoBitrateMaxDeclared In
JDLConfig.h
videoBitrateMin
最小码率, 单位kbps
@property (assign, nonatomic) int videoBitrateMinDeclared In
JDLConfig.h
deviceOrientationMode
视频旋转方向
@property (assign, nonatomic) JDLDeviceOrientationMode deviceOrientationModeDeclared In
JDLConfig.h
maxReconnectCount
最大重连次数
@property (assign, nonatomic) unsigned int maxReconnectCountDeclared In
JDLConfig.h
reconnectInterval
重连时间间隔, 单位秒
@property (assign, nonatomic) double reconnectIntervalDeclared In
JDLConfig.h
cameraType
摄像头类型
@property (assign, nonatomic) JDLPushCameraType cameraTypeDiscussion
Declared In
JDLConfig.h
videoEncoderMode
视频编码模式
@property (assign, nonatomic) JDLPushVideoEncoderMode videoEncoderModeDiscussion
Declared In
JDLConfig.h
audioEncoderMode
音频编码模式
@property (assign, nonatomic) JDLPushAudioEncoderMode audioEncoderModeDiscussion
Declared In
JDLConfig.h
audioChannel
单通道, 双通道
@property (assign, nonatomic) JDLPushAudioChannel audioChannelDiscussion
Declared In
JDLConfig.h
isBackgroundPush
后台推流开关,默认YES
@property (assign, nonatomic) BOOL isBackgroundPushDeclared In
JDLConfig.h
externalVideoGetType
外部获取SDK中的视频帧数据模式
@property (assign, nonatomic) JDLExternalVideoGetType externalVideoGetTypeDiscussion
Declared In
JDLConfig.h
externalAudioGetType
外部获取SDK中的音频帧数据模式
@property (assign, nonatomic) JDLExternalAudioGetType externalAudioGetTypeDiscussion
Declared In
JDLConfig.h