JRTCSDK-iOS v2401.0
视频客服 API 文档
载入中...
搜索中...
未找到
| 枚举
多方通话模块

class  JRTCRecordLocalLayout
 成员布局配置类 更多...
 
class  JRTCRecordLocalParam
 本地录制参数 更多...
 
class  JRTCRecordRemoteLayout
 成员布局配置类 更多...
 
class  JRTCRecordRemoteParam
 远程录制参数 更多...
 
class  JRTCSipInviteParam
 sip邀请参数 更多...
 
class  JRTCRoomPropChangeParam
 
class  JRTCRoom
 
class  JRTCRoomJoinParam
 
protocol  <JRTCRoomCallback>
 
protocol  <AudioOutputFrameCallback>
 输出音频数据回调 更多...
 
protocol  <VideoFrameCallback>
 输视频帧数据回调 更多...
 
class  JRTCRoomParticipantChangeParam
 
class  JRTCRoomParticipant
 
class  JRTCRoomQueryInfo
 

枚举

enum  ParticipantType : NSInteger {
  ParticipantTypeViewer , ParticipantTypeNormal , ParticipantTypePstn , ParticipantTypeWebrtc ,
  ParticipantTypeIrc , ParticipantTypeAi
}
 
enum  SecurityType : NSInteger { SecurityTypeDisable = 0 , SecurityTypeSrtp , SecurityTypeSm4 }
 
enum  VideoDefinitionType : NSInteger {
  DefinitionCustom = 0 , DefinitionFluencyFrameLow , DefinitionFluencyFrameHigh , DefinitionStandardFrameLow ,
  DefinitionStandardFrameHigh , DefinitionHighFrameLow , DefinitionHighFrameHigh
}
 视频清晰度 更多...
 

详细描述

枚举类型说明

◆ ParticipantType

enum ParticipantType : NSInteger

成员类型

枚举值
ParticipantTypeViewer 

观众(无感加入成员)

ParticipantTypeNormal 

普通成员

ParticipantTypePstn 

Pstn成员

ParticipantTypeWebrtc 

Webrtc成员

ParticipantTypeIrc 

录制器成员(录制和推流),该类型成员不会上报给上层应用

ParticipantTypeAi 

AI CD成员

◆ SecurityType

enum SecurityType : NSInteger

加密方式

枚举值
SecurityTypeDisable 

不加密

SecurityTypeSrtp 

SRTP

SecurityTypeSm4 

SM4

◆ VideoDefinitionType

enum VideoDefinitionType : NSInteger

视频清晰度

枚举值
DefinitionCustom 

自定义

DefinitionFluencyFrameLow 

流畅模式,低帧率 svc: 1 90 50 180 130 360 360 最大帧率: 15fps

DefinitionFluencyFrameHigh 

流畅模式,高帧率 svc: 1 90 70 180 180 360 480 最大帧率: 24fps

DefinitionStandardFrameLow 

标清模式,低帧率 svc: 1 90 50 180 130 360 360 720 900 最大帧率: 15fps

DefinitionStandardFrameHigh 

标清模式,高帧率 svc: 1 90 70 180 180 360 480 720 1350 最大帧率: 24fps

DefinitionHighFrameLow 

高清模式,低帧率 svc: 1 180 130 360 360 720 900 1080 1600 最大帧率: 15fps

DefinitionHighFrameHigh 

高清模式,高帧率 svc: 1 180 180 360 480 720 1350 1080 2200 最大帧率: 24fps