视频通话插件 - iOS v2601.0
载入中...
搜索中...
未找到
JCCGuestCallParam.h
1//
2// JCCGuestCallParam.h
3// JCCGuestPlugin
4//
5// Created by YC on 2021/9/16.
6// Copyright © 2021 juphoon. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
15
17@interface JCCGuestCallParam : NSObject
18
22@property (nonatomic, assign) BOOL urgent;
23
27@property (nonatomic, copy) NSString *extraInfo;
28
32@property (nonatomic, assign) BOOL autoRecord;
33
39@property (nonatomic, assign) JCCResolution maxResolution;
40
45@property (nonatomic, assign) int maxFrameRate;
46
66@property (nonatomic, copy) NSString *svcResolution;
67
72@property (nonatomic, assign) JCCVideoDefinitionType videoDefinition;
73
77@property (nonatomic, assign) JCCSecurityType securityType;
78
82@property (nonatomic, assign) int hbTimeout;
83
87@property (nonatomic, assign) int hbTime;
88
92@property (nonatomic, assign) JCCVideoEncodeType videoEncodeType;
93
97@property (nonatomic, assign) JCCAudioEncodeType audioEncodeType;
98
104@property (nonatomic, copy) NSString *recordExtraInfo;
105
112@property (nonatomic, assign) float ratio;
113
118@property (nonatomic, assign) int vipPower;
119
124@property (nonatomic, copy) NSString *channelId;
125
129@property (nonatomic, copy) NSString *localRecordFilePath;
130
134@property (nonatomic, assign) JCCResolution captureResolutionType;
135
139@property (nonatomic, assign) int captureFrameRate;
140
144@property (nonatomic, copy, nullable) NSString *businessId DEPRECATED_MSG_ATTRIBUTE("该属性已经废弃,请使用 traceId 替换");
145
149@property (nonatomic, copy, nullable) NSString *traceId;
153@property (nonatomic, copy, nullable) NSString *serialId;
157@property (nonatomic, copy, nullable) NSString *extraSerialId;
158
159@end
160
162
163NS_ASSUME_NONNULL_END
JCCVideoEncodeType
视频编码类型枚举
定义 JCCConstants.h:56
JCCResolution
视频分辨率枚举
定义 JCCConstants.h:227
JCCSecurityType
入会加密方式枚举
定义 JCCConstants.h:46
JCCAudioEncodeType
音频编码类型枚举
定义 JCCConstants.h:66
JCCVideoDefinitionType
视频清晰度预设枚举
定义 JCCConstants.h:237
呼叫参数
定义 JCCGuestCallParam.h:18
NSString * businessId
定义 JCCGuestCallParam.h:144
JCCAudioEncodeType audioEncodeType
定义 JCCGuestCallParam.h:97
int vipPower
定义 JCCGuestCallParam.h:118
NSString * extraInfo
定义 JCCGuestCallParam.h:27
NSString * channelId
定义 JCCGuestCallParam.h:124
NSString * extraSerialId
定义 JCCGuestCallParam.h:157
JCCVideoEncodeType videoEncodeType
定义 JCCGuestCallParam.h:92
BOOL urgent
定义 JCCGuestCallParam.h:22
JCCSecurityType securityType
定义 JCCGuestCallParam.h:77
int hbTimeout
定义 JCCGuestCallParam.h:82
int captureFrameRate
定义 JCCGuestCallParam.h:139
JCCResolution captureResolutionType
定义 JCCGuestCallParam.h:134
float ratio
定义 JCCGuestCallParam.h:112
NSString * recordExtraInfo
定义 JCCGuestCallParam.h:104
int hbTime
定义 JCCGuestCallParam.h:87
NSString * traceId
定义 JCCGuestCallParam.h:149
JCCResolution maxResolution
定义 JCCGuestCallParam.h:39
int maxFrameRate
定义 JCCGuestCallParam.h:45
NSString * svcResolution
定义 JCCGuestCallParam.h:66
NSString * localRecordFilePath
定义 JCCGuestCallParam.h:129
NSString * serialId
定义 JCCGuestCallParam.h:153
BOOL autoRecord
定义 JCCGuestCallParam.h:32
JCCVideoDefinitionType videoDefinition
定义 JCCGuestCallParam.h:72