A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

S

saveAttributeDataForStyleable(android.content.Context,kotlin.IntArray,android.util.AttributeSet,android.content.res.TypedArray,java.lang.Integer,java.lang.Integer) - function in android.view.View
 
saveHierarchyState(android.util.SparseArray) - function in android.view.View
 
savePassword(java.lang.String,java.lang.String,java.lang.String) - function in android.webkit.WebView
 
saveState(android.os.Bundle) - function in android.webkit.WebView
 
saveWebArchive(java.lang.String) - function in android.webkit.WebView
 
saveWebArchive(java.lang.String,java.lang.Boolean,android.webkit.ValueCallback) - function in android.webkit.WebView
 
SCALE_ASPECT_BALANCED - enum entry in com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView.VideoScalingType

折中方案,视频尺寸非等比缩放。保证视频内容全部显示,且填满视窗。

SCALE_ASPECT_FILL - enum entry in com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView.VideoScalingType

适应区域,视频尺寸等比缩放。保证所有区域被填满,视频超出部分会被裁剪。

SCALE_ASPECT_FIT - enum entry in com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView.VideoScalingType

适应视频,视频尺寸等比缩放。优先保证视频内容全部显示。若视频尺寸与显示视窗尺寸不一致,视窗未被填满的区域填充背景色。

ScaleCropFill - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamVideoScaleMode
 
ScaleFit - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamVideoScaleMode
 
scheduleDrawable(android.graphics.drawable.Drawable,java.lang.Runnable,java.lang.Long) - function in android.view.View
 
scheduleLayoutAnimation() - function in android.view.ViewGroup
 
SCREEN_SHARE - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomLiveLayout

焦点布局

scrollBy(java.lang.Integer,java.lang.Integer) - function in android.view.View
 
scrollTo(java.lang.Integer,java.lang.Integer) - function in android.view.View
 
sendAccessibilityEvent(java.lang.Integer) - function in android.view.View
 
sendAccessibilityEventUnchecked(android.view.accessibility.AccessibilityEvent) - function in android.view.View
 
sendBroadcastCustomMessage(java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送自定义广播消息
sendBroadcastCustomMessage(java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送自定义广播消息
sendBroadcastTextMessage(java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送广播消息
sendBroadcastTextMessage(java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送广播消息
sendBroadcastTextMessage(java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,java.util.Map,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送广播消息
sendCustomMessage(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NEMessageChannelService
userUuid发送自定义消息,包括房间内/房间外消息。 如果需要发送聊天消息请使用NERoomChatController
sendCustomMessage(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.netease.yunxin.kit.roomkit.api.service.NEInjectedAuthorization,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NEMessageChannelService
userUuid发送自定义消息,包括房间内/房间外消息。 如果需要发送聊天消息请使用NERoomChatController
sendCustomMessageToRoom(java.lang.String,java.lang.Integer,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NEMessageChannelService
向房间内发送自定义消息,如房间内信令。 如果需要发送聊天消息请使用NERoomChatController
sendCustomMessageToRoom(java.lang.String,java.lang.Integer,java.lang.String,com.netease.yunxin.kit.roomkit.api.service.NEInjectedAuthorization,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NEMessageChannelService
向房间内发送自定义消息,如房间内信令。 如果需要发送聊天消息请使用NERoomChatController
sendDirectTextMessage(java.lang.String,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送定向消息
sendDirectTextMessage(java.lang.String,java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送定向消息
sendDirectTextMessage(java.lang.String,java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,java.util.Map,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送定向消息
sendFileMessage(java.lang.String,java.lang.String,java.util.List,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送文件消息
sendFileMessage(java.lang.String,java.lang.String,java.util.List,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送文件消息
sendGroupTextMessage(java.util.List,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
给多人发送消息
sendGroupTextMessage(java.util.List,java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
给多人发送消息
sendGroupTextMessage(java.util.List,java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,java.util.Map,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
给多人发送消息
sendImageMessage(java.lang.String,java.lang.String,java.util.List,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送图片消息
sendImageMessage(java.lang.String,java.lang.String,java.util.List,com.netease.yunxin.kit.roomkit.api.model.NEChatroomType,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomChatController
发送图片消息
sendSeatInvitation(java.lang.Integer,java.lang.Boolean,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
管理员向成员user发送上麦邀请,指定位置为seatIndex,非管理员执行该操作会失败。
sendSeatInvitation(java.lang.Integer,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
管理员向成员user发送上麦邀请,指定位置为seatIndex,非管理员执行该操作会失败。
sendSeatInvitation(java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
管理员向成员user发送上麦邀请,不指定位置,非管理员执行该操作会失败。
sendSEIMsg(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
通过主流通道发送媒体补充增强信息(SEI)。 在本端推流传输视频流数据同时,发送流媒体补充增强信息来同步一些其他附加信息。 当推流方发送 SEI 后,拉流方可通过监听 onRecvSEIMsg 的回调获取 SEI 内容。
ServerConfigsKt - class in com.netease.yunxin.kit.roomkit.api.model
 
setAccessibilityDataSensitive(java.lang.Integer) - function in android.view.View
 
setAccessibilityDelegate(android.view.View.AccessibilityDelegate) - function in android.view.View
 
setAccessibilityHeading(java.lang.Boolean) - function in android.view.View
 
setAccessibilityLiveRegion(java.lang.Integer) - function in android.view.View
 
setAccessibilityPaneTitle(java.lang.CharSequence) - function in android.view.View
 
setAccessibilityTraversalAfter(java.lang.Integer) - function in android.view.View
 
setAccessibilityTraversalBefore(java.lang.Integer) - function in android.view.View
 
setActivated(java.lang.Boolean) - function in android.view.View
 
setAdaption(com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamVideoScaleMode) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setAddStatesFromChildren(java.lang.Boolean) - function in android.view.ViewGroup
 
setAgentMode(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.service.NEJoinRoomParams
开启/关闭代理模式。需要配合 injectedAuthorization 使用,否则无效。 在代理模式下,代理人以自己的身份加入房间, 但在房间内发起的会控操作会以 injectedAuthorization 指定的被代理人的身份执行。
setAllowClickWhenDisabled(java.lang.Boolean) - function in android.view.View
 
setAllowedHandwritingDelegatePackage(java.lang.String) - function in android.view.View
 
setAllowedHandwritingDelegatorPackage(java.lang.String) - function in android.view.View
 
setAlpha(java.lang.Float) - function in android.view.View
 
setAlwaysDrawnWithCacheEnabled(java.lang.Boolean) - function in android.view.ViewGroup
 
setAnimation(android.view.animation.Animation) - function in android.view.View
 
setAnimationCacheEnabled(java.lang.Boolean) - function in android.view.ViewGroup
 
setAnimationMatrix(android.graphics.Matrix) - function in android.view.View
 
setAudioBitrate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveConfig
 
setAudioCodecProfile(com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamAudioCodecProfile) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveConfig
 
setAudioFrameObserver(com.netease.yunxin.kit.roomkit.api.NERoomRtcAudioFrameObserver) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
注册语音观测器对象。该方法用于设置音频采集/播放 PCM 回调,可用于声音处理等操作。
setAudioLayers(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioSendStats
本地所有音频流统计信息。
setAudioMixingPitch(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
调节伴音升降key。 发起伴音后可调解。伴音结束后再发起需要重新设置。 音调pitch取值范围为 -12,12,每相邻两个值的音高距离相差半音。取值的绝对值越大,音调升高或降低得越多。
setAudioMixingPlaybackVolume(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
调节伴奏播放音量。 该方法调节混音里伴奏的播放音量大小。
setAudioMixingSendVolume(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
调节伴奏发送音量。 该方法调节混音里伴奏的发送音量大小。
setAudioProfile(java.lang.Integer,java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置音频编码属性
setAudioPush(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setAudioSubscribeOnlyBy(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置自己的音频只能被房间内指定的人订阅。 默认房间所有其他人都可以订阅自己的音频。
setAutofillHints(java.lang.String) - function in android.view.View
 
setAutofillId(android.view.autofill.AutofillId) - function in android.view.View
 
setAutoHandwritingEnabled(java.lang.Boolean) - function in android.view.View
 
setAutoSelectPushType(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setAutoSubscribeAudio(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.service.NEJoinRoomOptions
配置是否默认自动订阅音频
setAvatar(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.waitingroom.NEWaitingRoomManager
用户头像
setAvatar(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.waitingroom.NEWaitingRoomMember
用户头像
setBackground(android.graphics.drawable.Drawable) - function in android.view.View
 
setBackgroundColor(java.lang.Integer) - function in android.view.View
 
setBackgroundColor(java.lang.Integer) - function in android.webkit.WebView
 
setBackgroundColor(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamLayout
画面背景颜色格式为 256 ✖ 256 ✖ R + 256 ✖ G + B的和。请将对应 RGB 的值分别带入此公式计算即可。若未设置,则默认为0。
setBackgroundDrawable(android.graphics.drawable.Drawable) - function in android.view.View
 
setBackgroundImg(com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamImageInfo) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamLayout
占位图片
setBackgroundResource(java.lang.Integer) - function in android.view.View
 
setBackgroundSourceType(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomVirtualBackgroundSource
 
setBackgroundTintBlendMode(android.graphics.BlendMode) - function in android.view.View
 
setBackgroundTintList(android.content.res.ColorStateList) - function in android.view.View
 
setBackgroundTintMode(android.graphics.PorterDuff.Mode) - function in android.view.View
 
setBdServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
云信数据统计服务器地址
setBeautyEffect(com.netease.yunxin.kit.roomkit.api.NERoomBeautyEffectType,java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
https://doc.yunxin.163.com/docs/jcyOTA0ODM/DQ1OTY0NjI?
setBeautyEffect(com.netease.yunxin.kit.roomkit.api.NERoomBeautyEffectType,java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
https://doc.yunxin.163.com/docs/jcyOTA0ODM/DQ1OTY0NjI?
setBeautyEffect(com.netease.yunxin.kit.roomkit.api.NERoomBeautyEffectType,java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
https://doc.yunxin.163.com/docs/jcyOTA0ODM/DQ1OTY0NjI?
setBeautyFilterLevel(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
设置滤镜强度。 取值越大,滤镜强度越大,开发者可以根据业务需求自定义设置滤镜强度。 滤镜强度设置实时生效,更换滤镜后滤镜强度不变,如需调整,可以再次调用此接口重新设置滤镜强度。
setBeautyFilterLevel(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
设置滤镜强度。 取值越大,滤镜强度越大,开发者可以根据业务需求自定义设置滤镜强度。 滤镜强度设置实时生效,更换滤镜后滤镜强度不变,如需调整,可以再次调用此接口重新设置滤镜强度。
setBeautyFilterLevel(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置滤镜强度。 取值越大,滤镜强度越大,开发者可以根据业务需求自定义设置滤镜强度。 滤镜强度设置实时生效,更换滤镜后滤镜强度不变,如需调整,可以再次调用此接口重新设置滤镜强度。
setBlurDegree(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomVirtualBackgroundSource
 
setBottom(java.lang.Integer) - function in android.view.View
 
setCameraDistance(java.lang.Float) - function in android.view.View
 
setCanvasBackgroundColor(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomWhiteboardController
设置白板背景颜色,只对当前客户端有影响
setCapHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
本地采集的视频高度,单位为 px。
setCaptionTranslationLanguage(com.netease.yunxin.kit.roomkit.api.NERoomCaptionTranslationLanguage) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置字幕翻译语言。默认为 NERoomCaptionTranslationLanguage.NONE,即不翻译。
setCaptureFrameRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
采集码率。
setCapVolume(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
本地用户的采集音量,取值范围为 0,100。
setCapWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
本地采集的视频宽度,单位为 px。
setCertificate(android.net.http.SslCertificate) - function in android.webkit.WebView
 
setChannelProfile(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置房间场景 房间场景可设置为通话(默认)或直播场景。针对不同场景采取的优化策略不同, 如通话场景侧重语音流畅度,直播场景侧重视频清晰度。 该方法必须在调用 joinChannel 前使用,进入房间后无法再设置房间场景。 参考NERoomRtcChannelProfile
setChannels(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveConfig
 
setChannels(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioFrameRequestFormat
音频房间数量 1:单声道。2:双声道。
setChannelServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setClickable(java.lang.Boolean) - function in android.view.View
 
setClientRole(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置 RTC 角色。用户角色支持设置为主播或观众,主播和观众的权限不同。
  • 主播:可以开关摄像头等设备、可以发布流、可以操作互动直播推流相关接口、上下线对其他房间内用户可见

  • 观众:不可以开关摄像头等设备、不可以发布流、不可以操作互动直播推流相关接口、上下线对其他房间内用户不可见。

默认情况下用户以主播角色加入房间。在加入房间前,用户可以调用本接口切换本端模式为观众。在加入房间后,用户也可以通过本接口切换用户模式。 用户切换为观众角色时,SDK 会自动关闭音视频设备。
setClipBounds(android.graphics.Rect) - function in android.view.View
 
setClipChildren(java.lang.Boolean) - function in android.view.ViewGroup
 
setClipToOutline(java.lang.Boolean) - function in android.view.View
 
setClipToPadding(java.lang.Boolean) - function in android.view.ViewGroup
 
setCloudProxyServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setColor(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomVirtualBackgroundSource
 
setCommEnca(com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.SymmetryType) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
通信加密算法 {1(RC4), 2(AES128), 4(SM4)} 默认: 1(RC4) 对称加密
setCompatServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setConfig(com.netease.yunxin.kit.roomkit.api.NERoomLiveConfig) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamTaskInfo
音视频流编码参数等设置详细信息请参考 NERoomLiveConfig
setContentCaptureSession(android.view.contentcapture.ContentCaptureSession) - function in android.view.View
 
setContentDescription(java.lang.CharSequence) - function in android.view.View
 
setContextClickable(java.lang.Boolean) - function in android.view.View
 
setCpuAppUsage(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
当前 App 的 CPU 使用率 (%)。Android 8.
setCpuTotalUsage(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
当前系统的 CPU 使用率 (%)。Android 8.
setDamping(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomReverbParam
混响阻尼,取值范围为 0 ~ 1。
setData(kotlin.ByteArray) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setDataReportServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
 
setDecayTime(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomReverbParam
持续强度(余响),取值范围为 0.
setDecoderName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
视频编码器名字。
setDecoderOutputFrameRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
解码器输出帧率,单位为 fps。
setDedicatedClusteFlag(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
是否为专属集群{1(是), 0(否)}
setDefaultFocusHighlightEnabled(java.lang.Boolean) - function in android.view.View
 
setDescendantFocusability(java.lang.Integer) - function in android.view.ViewGroup
 
setDirectNosServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
 
setDocTransServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
 
setDownloadListener(android.webkit.DownloadListener) - function in android.webkit.WebView
 
setDownRtt(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
下行平均往返时延(ms)。
setDownStatus(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcNetworkQualityInfo
该用户的下行网络质量。参考 NERoomRtcNetworkStatusType
setDrawingCacheBackgroundColor(java.lang.Integer) - function in android.view.View
 
setDrawingCacheEnabled(java.lang.Boolean) - function in android.view.View
 
setDrawingCacheQuality(java.lang.Integer) - function in android.view.View
 
setDryGain(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomReverbParam
干信号,取值范围为 0 ~ 1。
setDuplicateParentStateEnabled(java.lang.Boolean) - function in android.view.View
 
setEffectPitch(java.lang.Integer,java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
调节音效升降key。 发起音效后可调解。伴音结束后再发起需要重新设置。 音调pitch取值范围为 -12,12,每相邻两个值的音高距离相差半音。取值的绝对值越大,音调升高或降低得越多。
setEffectPlaybackVolume(java.lang.Integer,java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置音效文件播放音量。
setEffectPosition(java.lang.Integer,java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置音乐文件播放位置,该方法可以设置音效文件的播放位置,这样你可以根据实际情况播放文件,而非从头到尾播放整个文件。
setEffectPositionWithId(java.lang.Integer,java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置音乐文件播放位置,该方法可以设置音效文件的播放位置,这样你可以根据实际情况播放文件,而非从头到尾播放整个文件。
setEffectSendVolume(java.lang.Integer,java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置音效文件发送音量。
setElevation(java.lang.Float) - function in android.view.View
 
setEnabled(java.lang.Boolean) - function in android.view.View
 
setEnableDraw(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomAnnotationController
设置批注是否可绘制
setEnableDraw(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomWhiteboardController
设置白板是否可绘制
setEnableMyAudioDeviceOnJoinRtc(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.service.NEJoinRoomOptions
配置在加入Rtc频道成功后是否打开本地音频设备,默认不打开。 该选项若配置为打开,则SDK会提前初始化音频设备,但不会对外发送本地音频流。 如果需要发送音频流,还需要调用 NERoomRtcController.unmuteMyAudio 方法。
setEncoderBitrate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
编码器实际编码码率,单位为 Kbps。
setEncoderName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
视频编码器名字。
setEncoderOutputFrameRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
编码输出帧率。
setExt(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.service.NEJoinRoomParams
成员扩展字段
setExternalVideoSource(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
开启或关闭外部视频源数据输入 该方法启用外部视频数据输入功能 (该方法设置内部引擎为启用状态,在 leaveChannel 后仍然有效。如果需要关闭该功能,需要在下次通话前调用接口关闭该功能。如果使用了外部视频源,请在调用 startScreenCapture、enableLocalVideo 或 startVideoPreview 之前调用此 API。屏幕共享时,外部输入视频源默认使用辅流通道;非屏幕共享时,外部输入视频源使用主流通道,此时与 Camera 互斥。之前使用主流通道或者当前使用主流通道,且主流已经开启时,请勿更改设置。之前使用辅流通道或者当前使用辅流通道,且辅流已经开启时,请勿更改设置。)
setExtraInfo(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamTaskInfo
预留参数用户自定义的发送到旁路推流客户端的信息,用于填充 H264/H265 视频中 SEI 帧内容。长度限制:4096 字节。
setFadingEdgeLength(java.lang.Integer) - function in android.view.View
 
setFcmCertificateName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setFilterTouchesWhenObscured(java.lang.Boolean) - function in android.view.View
 
setFindListener(android.webkit.WebView.FindListener) - function in android.webkit.WebView
 
setFitsSystemWindows(java.lang.Boolean) - function in android.view.View
 
setFocusable(java.lang.Boolean) - function in android.view.View
 
setFocusable(java.lang.Integer) - function in android.view.View
 
setFocusableInTouchMode(java.lang.Boolean) - function in android.view.View
 
setFocusedByDefault(java.lang.Boolean) - function in android.view.View
 
setFontDownloadServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
 
setForceDarkAllowed(java.lang.Boolean) - function in android.view.View
 
setForeground(android.graphics.drawable.Drawable) - function in android.view.View
 
setForegroundGravity(java.lang.Integer) - function in android.view.View
 
setForegroundGravity(java.lang.Integer) - function in android.widget.FrameLayout
 
setForegroundTintBlendMode(android.graphics.BlendMode) - function in android.view.View
 
setForegroundTintList(android.content.res.ColorStateList) - function in android.view.View
 
setForegroundTintMode(android.graphics.PorterDuff.Mode) - function in android.view.View
 
setFormat(com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame.Format) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setFps(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
接收到的帧率,单位为 fps。
setFps(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomVideoConfig
帧率
setFrozenRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerRecvStats
远端用户下行音频平均卡顿率。其值为远端用户在加入房间后发生音频卡顿的累计时长占音频总有效时长的百分比。
setFrozenRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
收到源端用户的视频流起,其下行视频平均卡顿率,其值为视频卡顿的累计时长占视频总有效时长的百分比。
setHandshakeType(com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.HandshakeType) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
握手协议选择字段
setHandwritingBoundsOffsets(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) - function in android.view.View
 
setHandwritingDelegatorCallback(java.lang.Runnable) - function in android.view.View
 
setHapticFeedbackEnabled(java.lang.Boolean) - function in android.view.View
 
setHasTransientState(java.lang.Boolean) - function in android.view.View
 
setHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamImageInfo
 
setHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamLayout
整体画布的高度单位为 px。取值范围为 0~1920,若设置为奇数值,会自动向下取偶。
setHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
远端视频编码高度,单位为 px。
setHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
视频编码高度,单位为 px。
setHeight(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomVideoConfig
高度
setHonorCertificateName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setHorizontalFadingEdgeEnabled(java.lang.Boolean) - function in android.view.View
 
setHorizontalScrollBarEnabled(java.lang.Boolean) - function in android.view.View
 
setHorizontalScrollbarOverlay(java.lang.Boolean) - function in android.webkit.WebView
 
setHorizontalScrollbarThumbDrawable(android.graphics.drawable.Drawable) - function in android.view.View
 
setHorizontalScrollbarTrackDrawable(android.graphics.drawable.Drawable) - function in android.view.View
 
setHovered(java.lang.Boolean) - function in android.view.View
 
setHttpAuthUsernamePassword(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in android.webkit.WebView
 
setHttpsEnabled(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
NOS上传是否需要支持https。SDK 3.2版本后默认支持https,同时需要配置 nosUpload!
setHwAppId(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setHwCertificateName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setId(java.lang.Integer) - function in android.view.View
 
setImportantForAccessibility(java.lang.Integer) - function in android.view.View
 
setImportantForAutofill(java.lang.Integer) - function in android.view.View
 
setImportantForContentCapture(java.lang.Integer) - function in android.view.View
 
setImServerConfig(com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig) - function in com.netease.yunxin.kit.roomkit.api.model.NEServerConfig
 
setInAppInviting(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomMember
当前是否在App邀请状态
setInitialScale(java.lang.Integer) - function in android.webkit.WebView
 
setInSIPInviting(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomMember
当前是否在SIP邀请状态
setInvite(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.service.NEJoinRoomParams
是否是通过邀请加入房间
setInviteState(com.netease.yunxin.kit.roomkit.impl.model.NERoomMemberInviteState) - function in com.netease.yunxin.kit.roomkit.api.NERoomMember
用于标记成员被邀请中的状态
setIpProtocolVersion(com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.IPVersion) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
IP协议版本{0(IPV4), 1(IPV6), 2(Auto, SDK测试后自行选择, 存在性能损耗)}。 默认: 0(IPV4) 非对称加密
setIsCredential(java.lang.Boolean) - function in android.view.View
 
setIsHandwritingDelegate(java.lang.Boolean) - function in android.view.View
 
setJoinTime(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.waitingroom.NEWaitingRoomMember
成员加入等候室的服务端时间戳,可用于计算等待时间或排序
setKbps(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerRecvStats
统计周期内接收到的码率平均值,单位为 Kbps。
setKbps(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
本地音频发送码率的平均值,单位为 Kbps
setKeepScreenOn(java.lang.Boolean) - function in android.view.View
 
setKeyboardNavigationCluster(java.lang.Boolean) - function in android.view.View
 
setLabelFor(java.lang.Integer) - function in android.view.View
 
setLayerPaint(android.graphics.Paint) - function in android.view.View
 
setLayers(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioRecvStats
当前用户id 每条音频流的接收下行统计信息。
setLayers(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoRecvStats
当前用户id 每条流的接收下行统计信息。
setLayerType(java.lang.Integer,android.graphics.Paint) - function in android.view.View
 
setLayerType(java.lang.Integer,android.graphics.Paint) - function in android.webkit.WebView
 
setLayerType(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
视频流通道类型。 1:主流;2:辅流。参见NERtcConstants.VideoType::VIDEO_TYPE_MAIN。NERtcConstants.
setLayerType(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
视频流通道类型。 1:主流;2:辅流。参见NERtcConstants.VideoType::VIDEO_TYPE_MAIN。NERtcConstants.
setLayout(com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamLayout) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamTaskInfo
设置互动直播的画面布局
setLayoutAnimation(android.view.animation.LayoutAnimationController) - function in android.view.ViewGroup
 
setLayoutAnimationListener(android.view.animation.Animation.AnimationListener) - function in android.view.ViewGroup
 
setLayoutDirection(java.lang.Integer) - function in android.view.View
 
setLayoutMode(java.lang.Integer) - function in android.view.ViewGroup
 
setLayoutParams(android.view.ViewGroup.LayoutParams) - function in android.view.View
 
setLayoutParams(android.view.ViewGroup.LayoutParams) - function in android.webkit.WebView
 
setLayoutTransition(android.animation.LayoutTransition) - function in android.view.ViewGroup
 
setLbs(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
IM LBS服务器地址,通过它获取IM link 地址信息 填http/https地址
setLbsBackup(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
备用IM LBS服务器地址,通过它获取IM link 地址信息 填http/https地址
setLbsServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setLeft(java.lang.Integer) - function in android.view.View
 
setLeftTopRightBottom(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.view.View
 
setLink(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
IM 默认的link服务器地址,当IM LBS不可用时先连接该地址 填"IP/Host:PORT"
setLinkBackup(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
IM 默认的link服务器地址不可用时,连接这些地址 填"IP/Host:PORT"
setLinkIpv6(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
ipv6的缺省连接地址
setLocalVideoConfig(com.netease.yunxin.kit.roomkit.api.model.NERoomVideoConfig) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
设置本地视频配置
setLocalVideoConfig(com.netease.yunxin.kit.roomkit.api.model.NERoomVideoConfig) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
设置本地视频配置
setLocalVideoConfig(com.netease.yunxin.kit.roomkit.api.model.NERoomVideoConfig) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置本地视频配置
setLocalVoiceEqualization(java.lang.Integer,java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置本地语音音效均衡,即自定义设置本地人声均衡波段的中心频率。
setLocalVoicePitch(java.lang.Double) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
变调
setLocalVoiceReverbParam(com.netease.yunxin.kit.roomkit.api.model.NERoomReverbParam) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置本地语音混响效果。 该方法在加入房间前后都能调用,通话结束后重置为默认的关闭状态。
setLongClickable(java.lang.Boolean) - function in android.view.View
 
setLossRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerRecvStats
统计周期内的远端音频流的丢帧率。
setLossRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
特定时间内的音频丢包率
setMapTrackballToArrowKeys(java.lang.Boolean) - function in android.webkit.WebView
 
setMeasureAllChildren(java.lang.Boolean) - function in android.widget.FrameLayout
 
setMediaProxyServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setMediaUploadServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
 
setMemoryAppUsageInKBytes(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
当前 App 的内存大小 (KB)。
setMemoryAppUsageRatio(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
当前 App 的内存占比 (%) , 占最大可用内存,由于计算方式的原因可能会超过100。
setMemoryTotalUsageRatio(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
当前系统的内存占比 (%)。
setMinimumHeight(java.lang.Integer) - function in android.view.View
 
setMinimumWidth(java.lang.Integer) - function in android.view.View
 
setMirror(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView
设置是否开启镜像模式,即画面是否左右翻转。 设置是否开启镜像模式,即画面是否左右翻转。 如果使用前置摄像头,SDK 默认启用镜像模式;如果使用后置摄像头,SDK 默认关闭镜像模式。
setMixedAudioFrameParameters(com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioFrameRequestFormat) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置录制和播放声音混音后的数据格式
setMode(com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamMode) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamTaskInfo
直播推流模式默认为 kNERtcLsModeVideo。详细信息请参考NERoomLiveStreamMode
setModule(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
连接云信服务器加密数据通道的公钥参数1 rsaModulus
setMotionEventSplittingEnabled(java.lang.Boolean) - function in android.view.ViewGroup
 
setMzAppId(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setMzAppKey(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setMzCertificateName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.waitingroom.NEWaitingRoomManager
用户名
setName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.waitingroom.NEWaitingRoomMember
用户名
setNegoKeyEncaKeyParta(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
"交换密钥"协议加密算法密钥 part A 自定义时则必填 BigNumHex string 不含0x RSA: module, SM2: X
setNegoKeyEncaKeyPartb(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
"交换密钥"协议加密算法密钥 part B 自定义时则必填 BigNumHex string 不含0x RSA: EXP, SM2: Y
setNegoKeyEncaKeyVersion(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
"交换密钥"协议加密算法密钥版本 version 自定义时则必填
setNegoKeyNeca(com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.AsymmetricType) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
"交换密钥"协议加密算法 {1(RSA),2(SM2)}, def:1(RSA) 非对称加密
setNestedScrollingEnabled(java.lang.Boolean) - function in android.view.View
 
setNetworkAvailable(java.lang.Boolean) - function in android.webkit.WebView
 
setNextClusterForwardId(java.lang.Integer) - function in android.view.View
 
setNextFocusDownId(java.lang.Integer) - function in android.view.View
 
setNextFocusForwardId(java.lang.Integer) - function in android.view.View
 
setNextFocusLeftId(java.lang.Integer) - function in android.view.View
 
setNextFocusRightId(java.lang.Integer) - function in android.view.View
 
setNextFocusUpId(java.lang.Integer) - function in android.view.View
 
setNosAccelerate(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
NOS下载加速域名/地址,用于替换NOS下载url中的 nosDownload。 提供两种方式:
  • 4.4.0+开始支持模板方式:填写云信规定的两种模板:{bucket}.nosdn.127.net/{object} 或者 nosdn.127.net/{bucket}/{object},其中 {bucket} 和 {object} 作为标识符,必须填写。域名部分可以替换为您申请的加速域名。

  • 所有版本支持非模板方式:填写用于加速的 http/https地址,例如:http://111.222.111.22:9090

setNosAccelerateHost(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
NOS下载地址的host,用于拼接最终获得的文件URL地址,也支持该host替换成下载加速域名/地址 nosAccess.
setNosAccelerateHostList(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
 
setNosCdnEnable(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
是否优先使用Cdn域名进行NOS下载
setNosDownloader(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
4.6.
setNosLbs(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
NOS上传LBS服务器地址 填http/https地址
setNosLbsServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setNosTokenServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setNosUploader(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
NOS上传默认的link服务器地址,当NOS LBS不可用时先连接该地址 填http/https地址
setNosUploaderHost(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
NOS上传服务器主机地址(仅nosSupportHttps=true时有效,用作https上传时的域名校验及http header host字段填充) 填host地址
setNosUploadSever(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setNtServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
云信运行时异常统计服务器地址
setNumChannels(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
本地音频采集声道数
setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener) - function in android.view.View
 
setOnCapturedPointerListener(android.view.View.OnCapturedPointerListener) - function in android.view.View
 
setOnClickListener(android.view.View.OnClickListener) - function in android.view.View
 
setOnContextClickListener(android.view.View.OnContextClickListener) - function in android.view.View
 
setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener) - function in android.view.View
 
setOnDragListener(android.view.View.OnDragListener) - function in android.view.View
 
setOnFocusChangeListener(android.view.View.OnFocusChangeListener) - function in android.view.View
 
setOnGenericMotionListener(android.view.View.OnGenericMotionListener) - function in android.view.View
 
setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener) - function in android.view.ViewGroup
 
setOnHoverListener(android.view.View.OnHoverListener) - function in android.view.View
 
setOnKeyListener(android.view.View.OnKeyListener) - function in android.view.View
 
setOnLongClickListener(android.view.View.OnLongClickListener) - function in android.view.View
 
setOnReceiveContentListener(kotlin.Array,android.view.OnReceiveContentListener) - function in android.view.View
 
setOnScrollChangeListener(android.view.View.OnScrollChangeListener) - function in android.view.View
 
setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener) - function in android.view.View
 
setOnTouchListener(android.view.View.OnTouchListener) - function in android.view.View
 
setOpMode(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioFrameRequestFormat
音频数据读写权限 NERoomRtcAudioFrameOpMode
setOppoAppId(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setOppoAppKey(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setOppoAppSecret(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setOppoCertificateName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setOutlineAmbientShadowColor(java.lang.Integer) - function in android.view.View
 
setOutlineProvider(android.view.ViewOutlineProvider) - function in android.view.View
 
setOutlineSpotShadowColor(java.lang.Integer) - function in android.view.View
 
setOverScrollMode(java.lang.Integer) - function in android.view.View
 
setOverScrollMode(java.lang.Integer) - function in android.webkit.WebView
 
setPacketLossRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
远端视频下行丢包率。
setPadding(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.view.View
 
setPaddingRelative(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.view.View
 
setParameters(java.lang.String,java.lang.Object) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置音视频通话的相关参数。
注意: • 请在调用 init 初始化之前调用此方法。 • 此方法提供技术预览或特别定制功能,若您需要使用此接口,请咨询技术支持获取帮助。参数 • params • 音视频通话的相关参数。
setPersistentDrawingCache(java.lang.Integer) - function in android.view.ViewGroup
 
setPictureListener(android.webkit.WebView.PictureListener) - function in android.webkit.WebView
 
setPivotX(java.lang.Float) - function in android.view.View
 
setPivotY(java.lang.Float) - function in android.view.View
 
setPointerIcon(android.view.PointerIcon) - function in android.view.View
 
setPreDelay(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomReverbParam
延迟长度,取值范围为 0 ~ 1。
setPreferKeepClear(java.lang.Boolean) - function in android.view.View
 
setPreferKeepClearRects(java.util.List) - function in android.view.View
 
setPressed(java.lang.Boolean) - function in android.view.View
 
setProbeIpv4Url(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
探测ipv4地址类型使用的url, IPProtVersion == 2 时生效
setProbeIpv6Url(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
探测ipv6地址类型使用的url, IPProtVersion == 2 时生效
setQuicProxyServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setReceivedBitrate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
接收到的码率,单位为 Kbps。
setRecordDeviceMute(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
关闭mic,不关闭音效
setRecordingAudioFrameParameters(com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioFrameRequestFormat) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置采集的音频格式。该方法在加入房间前后均可设置或修改。
setRenderEffect(android.graphics.RenderEffect) - function in android.view.View
 
setRendererOutputFrameRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
渲染帧率,单位为 fps。
setRendererPriorityPolicy(java.lang.Integer,java.lang.Boolean) - function in android.webkit.WebView
 
setRenderFrameRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
视频渲染帧率,单位为 fps。
setRevealOnFocusHint(java.lang.Boolean) - function in android.view.View
 
setRight(java.lang.Integer) - function in android.view.View
 
setRoomKitServerConfig(com.netease.yunxin.kit.roomkit.api.model.NERoomKitServerConfig) - function in com.netease.yunxin.kit.roomkit.api.model.NEServerConfig
 
setRoomServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomKitServerConfig
 
setRoomServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setRoomServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
 
setRoomSize(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomReverbParam
房间大小,取值范围为 0.
setRotation(java.lang.Float) - function in android.view.View
 
setRotation(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setRotationX(java.lang.Float) - function in android.view.View
 
setRotationY(java.lang.Float) - function in android.view.View
 
setRtcServerConfig(com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig) - function in com.netease.yunxin.kit.roomkit.api.model.NEServerConfig
 
setRtcVideoView(com.netease.lava.nertc.sdk.video.NERtcVideoView) - function in com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView
Rtc视频控件
setRtt(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
平均往返时延(RTT),单位为毫秒
setRxAudioBytes(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
自加入房间后累计的接收的音频字节数(Byte)。
setRxAudioJitter(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地下行音频抖动 (ms)。
setRxAudioKBitRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
音频接收码率(kbps)。
setRxAudioPacketLossRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地下行音频丢包率(%)。
setRxAudioPacketLossSum(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地下行音频丢包数。
setRxBytes(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
接收字节数(Byte),累计值。
setRxVideoBytes(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
自加入房间后累计的接收的视频字节数(Byte)。
setRxVideoJitter(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地下行视频抖动 (ms)。
setRxVideoKBitRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
视频接收码率(kbps)。
setRxVideoPacketLossRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地下行视频丢包率(%)。
setRxVideoPacketLossSum(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地下行视频丢包数。
setSampleRate(com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamAudioSampleRate) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveConfig
 
setSampleRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioFrameRequestFormat
音频采样率
setSaveEnabled(java.lang.Boolean) - function in android.view.View
 
setSaveFromParentEnabled(java.lang.Boolean) - function in android.view.View
 
setScaleX(java.lang.Float) - function in android.view.View
 
setScaleY(java.lang.Float) - function in android.view.View
 
setScalingType(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView.VideoScalingType) - function in com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView
设置布局类型
setScreenReaderFocusable(java.lang.Boolean) - function in android.view.View
 
setScrollBarDefaultDelayBeforeFade(java.lang.Integer) - function in android.view.View
 
setScrollBarFadeDuration(java.lang.Integer) - function in android.view.View
 
setScrollbarFadingEnabled(java.lang.Boolean) - function in android.view.View
 
setScrollBarSize(java.lang.Integer) - function in android.view.View
 
setScrollBarStyle(java.lang.Integer) - function in android.view.View
 
setScrollBarStyle(java.lang.Integer) - function in android.webkit.WebView
 
setScrollCaptureCallback(android.view.ScrollCaptureCallback) - function in android.view.View
 
setScrollCaptureHint(java.lang.Integer) - function in android.view.View
 
setScrollContainer(java.lang.Boolean) - function in android.view.View
 
setScrollIndicators(java.lang.Integer) - function in android.view.View
 
setScrollIndicators(java.lang.Integer,java.lang.Integer) - function in android.view.View
 
setScrollX(java.lang.Integer) - function in android.view.View
 
setScrollY(java.lang.Integer) - function in android.view.View
 
setSdkConfigServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setSdkLogNosServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
 
setSelected(java.lang.Boolean) - function in android.view.View
 
setSendBitrate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
实际发送码率,单位为 Kbps,不包含丢包后重传视频等的发送码率。
setSentFrameRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
实际发送帧率,单位为 fps,不包含丢包后重传视频等的发送帧率。
setSentSampleRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
本地音频采样率,单位为 Hz
setServerRecordEnabled(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamTaskInfo
旁路推流是否需要进行音视频录制 默认关闭状态
setSingleVideoPassThrough(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveConfig
 
setSoundEffectsEnabled(java.lang.Boolean) - function in android.view.View
 
setSource(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomVirtualBackgroundSource
 
setSpeakerphoneOn(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
打开或关闭扬声器
setState(com.netease.yunxin.kit.roomkit.api.NERoomLiveState) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveInfo
直播状态NERoomLiveState
setStateDescription(java.lang.CharSequence) - function in android.view.View
 
setStateListAnimator(android.animation.StateListAnimator) - function in android.view.View
 
setStatisticsBackupServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setStatisticsDispatchServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setStatisticsServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setStatus(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.waitingroom.NEWaitingRoomMember
成员当前状态,参考NEWaitingRoomConstants
setStreamAlignmentProperty(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
对齐本地系统与服务端的时间。 enable 是否开启精准对齐功能。 true:开启精准对齐功能。false:关闭精准对齐功能。
setStreamType(com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioStreamType) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerRecvStats
音频流类型
setStreamType(com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioStreamType) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
NERoomRtcAudioStreamType
setStreamUrl(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamTaskInfo
推流地址例如 rtmp://test.
setSystemGestureExclusionRects(java.util.List) - function in android.view.View
 
setSystemUiVisibility(java.lang.Integer) - function in android.view.View
 
setTag(java.lang.Object) - function in android.view.View
 
setTag(java.lang.Integer,java.lang.Object) - function in android.view.View
 
setTargetBitrate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
当前编码器的目标编码码率,单位为 Kbps,该码率为 SDK 根据当前网络状况预估的一个值。
setTaskId(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamTaskInfo
自定义的推流任务Id
setTextAlignment(java.lang.Integer) - function in android.view.View
 
setTextClassifier(android.view.textclassifier.TextClassifier) - function in android.webkit.WebView
 
setTextDirection(java.lang.Integer) - function in android.view.View
 
setTextureId(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setTimeStamp(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setTooltipText(java.lang.CharSequence) - function in android.view.View
 
setTop(java.lang.Integer) - function in android.view.View
 
setTotalDuration(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
自加入房间的通话时长 , 退出后再加入重新计时 ( 单位:S)。
setTotalFrozenTime(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerRecvStats
远端用户在加入房间后发生音频卡顿的累计时长 (ms)。一个统计周期内,音频丢帧率达到 4% 即记为一次音频卡顿。
setTotalFrozenTime(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
收到源端用户的视频流起,其下行视频卡顿累计时长,单位为 ms。
setTouchDelegate(android.view.TouchDelegate) - function in android.view.View
 
setTouchscreenBlocksFocus(java.lang.Boolean) - function in android.view.ViewGroup
 
setTransformMatrix(kotlin.FloatArray) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setTransitionAlpha(java.lang.Float) - function in android.view.View
 
setTransitionGroup(java.lang.Boolean) - function in android.view.ViewGroup
 
setTransitionName(java.lang.String) - function in android.view.View
 
setTransitionVisibility(java.lang.Integer) - function in android.view.View
 
setTranslationX(java.lang.Float) - function in android.view.View
 
setTranslationY(java.lang.Float) - function in android.view.View
 
setTranslationZ(java.lang.Float) - function in android.view.View
 
setTxAudioBytes(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
自加入房间后累计的发送的音频字节数(Byte)。
setTxAudioJitter(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地上行音频抖动 (ms)。
setTxAudioKBitRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
音频发送码率(kbps)。
setTxAudioPacketLossRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地上行音频丢包率(%)。
setTxAudioPacketLossSum(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地上行音频丢包数。
setTxBytes(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
发送字节数(Byte),累计值。
setTxVideoBytes(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
自加入房间后累计的发送的视频字节数(Byte)。
setTxVideoJitter(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地上行视频抖动 (ms)。
setTxVideoKBitRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
视频发送码率(kbps)。
setTxVideoPacketLossRate(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地上行视频实际丢包率(%)。
setTxVideoPacketLossSum(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
本地上行视频丢包数。
setupCanvas(com.netease.yunxin.kit.roomkit.api.view.NEWhiteboardView) - function in com.netease.yunxin.kit.roomkit.api.NERoomAnnotationController
设置批注视图
setupLocalVideoCanvas(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
设置本地视图
setupLocalVideoCanvas(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
设置本地视图
setupLocalVideoCanvas(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置本地视图
setupLocalVideoRender(com.netease.lava.api.IVideoRender) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
设置本地视图
setupLocalVideoRender(com.netease.lava.api.IVideoRender) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
设置本地视图
setupLocalVideoRender(com.netease.lava.api.IVideoRender) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置本地视图
setupRemoteVideoCanvas(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView,java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置远端用户视图
setupRemoteVideoRender(com.netease.lava.api.IVideoRender,java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置远端用户视图
setupRemoteVideoSubStreamCanvas(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView,java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置远端的辅流视频画布
setupRemoteVideoSubStreamRender(com.netease.lava.api.IVideoRender,java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置远端的辅流视频画布
setUpRtt(java.lang.Long) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcStats
上行平均往返时延(ms)。
setUpStatus(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcNetworkQualityInfo
该用户的上行网络质量。参考 NERoomRtcNetworkStatusType
setupWhiteboardCanvas(com.netease.yunxin.kit.roomkit.api.view.NEWhiteboardView) - function in com.netease.yunxin.kit.roomkit.api.NERoomWhiteboardController
设置白板视图
setUrl(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamImageInfo
 
setUseIPv6(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setUserName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.service.NEJoinRoomParams
用户名
setUserTranscodingList(kotlin.collections.ArrayList) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamLayout
成员布局数组
setUserUuid(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioRecvStats
用户id,指定是哪个用户的音频流。
setUserUuid(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcNetworkQualityInfo
用户id,指定是哪个用户的网络质量统计。
setUserUuid(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoRecvStats
用户id,指定是哪个用户的视频流。
setUserUuidList(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveInfo
直播用户id 集合
setUuid(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setValue(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveLayout
 
setValue(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveState
 
setValue(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamVideoScaleMode
 
setVersion(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig
连接云信服务器加密数据通道的公钥的版本号(默认0)
setVerticalFadingEdgeEnabled(java.lang.Boolean) - function in android.view.View
 
setVerticalScrollBarEnabled(java.lang.Boolean) - function in android.view.View
 
setVerticalScrollbarOverlay(java.lang.Boolean) - function in android.webkit.WebView
 
setVerticalScrollbarPosition(java.lang.Integer) - function in android.view.View
 
setVerticalScrollbarThumbDrawable(android.graphics.drawable.Drawable) - function in android.view.View
 
setVerticalScrollbarTrackDrawable(android.graphics.drawable.Drawable) - function in android.view.View
 
setVideoFrameCallback(java.lang.Boolean,kotlin.jvm.functions.Function1) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
设置美颜回调处理
setVideoFrameCallback(java.lang.Boolean,kotlin.jvm.functions.Function1) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
设置美颜回调处理
setVideoFrameCallback(java.lang.Boolean,kotlin.jvm.functions.Function1) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
设置美颜回调处理
setVideoLayers(java.util.List) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoSendStats
本地视频单条流上传统计信息。
setVideoPush(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setViewTranslationCallback(android.view.translation.ViewTranslationCallback) - function in android.view.View
 
setVisibility(java.lang.Integer) - function in android.view.View
 
setVivoCertificateName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setVolume(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerRecvStats
音量,范围为 0 ~ 100。
setVolume(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcAudioLayerSendStats
音量,范围为 0~100
setWebChromeClient(android.webkit.WebChromeClient) - function in android.webkit.WebView
 
setWebServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig
白板静态web页地址
setWebSocketProxyServer(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NERtcServerConfig
 
setWebViewClient(android.webkit.WebViewClient) - function in android.webkit.WebView
 
setWebViewRenderProcessClient(android.webkit.WebViewRenderProcessClient) - function in android.webkit.WebView
 
setWebViewRenderProcessClient(java.util.concurrent.Executor,android.webkit.WebViewRenderProcessClient) - function in android.webkit.WebView
 
setWetGain(java.lang.Float) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomReverbParam
湿信号,取值范围为 0 ~ 1。
setWhiteboardJsBridge(com.netease.yunxin.kit.roomkit.impl.whiteboard.bridge.WhiteboardJsBridge) - function in com.netease.yunxin.kit.roomkit.api.view.NEWhiteboardView
 
setWhiteboardServerConfig(com.netease.yunxin.kit.roomkit.api.model.NEWhiteboardServerConfig) - function in com.netease.yunxin.kit.roomkit.api.model.NEServerConfig
 
setWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamImageInfo
 
setWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamLayout
整体画布的宽度单位为 px。取值范围为 0~1920,若设置为奇数值,会自动向下取偶
setWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomVideoFrame
 
setWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerRecvStats
远端视频编码宽度,单位为 px。
setWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomRtcVideoLayerSendStats
视频编码宽度,单位为 px。
setWidth(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.model.NERoomVideoConfig
宽度
setWillNotCacheDrawing(java.lang.Boolean) - function in android.view.View
 
setWillNotDraw(java.lang.Boolean) - function in android.view.View
 
setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback) - function in android.view.ViewGroup
 
setX(java.lang.Float) - function in android.view.View
 
setX(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamImageInfo
 
setX(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setXmAppId(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setXmAppKey(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setXmCertificateName(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.model.NEMixPushConfig
 
setY(java.lang.Float) - function in android.view.View
 
setY(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamImageInfo
 
setY(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setZ(java.lang.Float) - function in android.view.View
 
setZOrder(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveStreamUserTranscoding
 
setZOrderMediaOverlay(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView
设置rtcVideoView是否放在另一个普通的SurfaceView上面(仍然在窗口之上),通常用来覆盖在一个多媒体层上面
shouldDelayChildPressedState() - function in android.webkit.WebView
 
shouldDelayChildPressedState() - function in android.widget.FrameLayout
 
showContextMenu() - function in android.view.View
 
showContextMenu(java.lang.Float,java.lang.Float) - function in android.view.View
 
showContextMenuForChild(android.view.View) - function in android.view.ViewGroup
 
showContextMenuForChild(android.view.View,java.lang.Float,java.lang.Float) - function in android.view.ViewGroup
 
showFindDialog(java.lang.String,java.lang.Boolean) - function in android.webkit.WebView
 
SIP - enum entry in com.netease.yunxin.kit.roomkit.api.NEClientType

sip平台

SM2 - enum entry in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.AsymmetricType
 
SM4 - enum entry in com.netease.yunxin.kit.roomkit.api.model.NEIMServerConfig.SymmetryType
 
SmallFace - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomBeautyEffectType
 
SmallNose - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomBeautyEffectType
 
Smooth - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomBeautyEffectType
 
SPEAKER_PHONE - enum entry in com.netease.yunxin.kit.roomkit.api.model.NEAudioOutputDevice

扬声器

startActionMode(android.view.ActionMode.Callback) - function in android.view.View
 
startActionMode(android.view.ActionMode.Callback,java.lang.Integer) - function in android.view.View
 
startActionModeForChild(android.view.View,android.view.ActionMode.Callback) - function in android.view.ViewGroup
 
startActionModeForChild(android.view.View,android.view.ActionMode.Callback,java.lang.Integer) - function in android.view.ViewGroup
 
startAnimation(android.view.animation.Animation) - function in android.view.View
 
startAudioDump(com.netease.yunxin.kit.roomkit.api.model.NEAudioDumpType) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
打开音频dump
startAudioMixing(com.netease.yunxin.kit.roomkit.api.model.NERoomCreateAudioMixingOption) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
开始播放音乐文件。 该方法指定本地或在线音频文件来和录音设备采集的音频流进行混音。 支持的音乐文件类型包括 MP3、M4A、AAC、3GP、WMA 和 WAV 格式,支持本地文件或在线 URL。
startBeauty() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
example: https://doc.yunxin.163.com/docs/jcyOTA0ODM/DQ1OTY0NjI?
startBeauty() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
example: https://doc.yunxin.163.com/docs/jcyOTA0ODM/DQ1OTY0NjI?
startBeauty() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
example: https://doc.yunxin.163.com/docs/jcyOTA0ODM/DQ1OTY0NjI?
startChannelMediaRelay(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
开始跨房间媒体流转发 该方法可用于实现跨房间连麦等场景。支持同时转发到 4 个房间,同一个房间可以有多个转发进来的媒体流
startCloudRecord(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomContext
开始云录制
startDrag(android.content.ClipData,android.view.View.DragShadowBuilder,java.lang.Object,java.lang.Integer) - function in android.view.View
 
startDragAndDrop(android.content.ClipData,android.view.View.DragShadowBuilder,java.lang.Object,java.lang.Integer) - function in android.view.View
 
STARTED - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomLiveState

初始状态

startLastmileProbeTest(com.netease.yunxin.kit.roomkit.api.model.NERoomRtcLastmileProbeConfig) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
开始网络质量探测。
startLayoutAnimation() - function in android.view.ViewGroup
 
startLive(com.netease.yunxin.kit.roomkit.api.NERoomLiveRequest,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveController
开启直播
startNestedScroll(java.lang.Integer) - function in android.view.View
 
startPreview() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
开启预览
startPreview(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
开启预览
startPreview() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
开启预览
startPreview(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
开启预览
startPreview() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
开启预览
startPreview(com.netease.yunxin.kit.roomkit.api.view.NERoomVideoView) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
开启预览
startScreenShare(android.content.Intent,android.media.projection.MediaProjection.Callback,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
开启本端屏幕共享
startViewTransition(android.view.View) - function in android.view.ViewGroup
 
startWhiteboardShare(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomWhiteboardController
开启本端白板共享
STATIC - enum entry in com.netease.yunxin.kit.roomkit.api.model.NERoomIMAuthType

IM静态Token鉴权

stopAllEffects() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
停止播放所有音效文件。
stopAnnotationShare(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomAnnotationController
关闭批注共享
stopAudioDump() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
停止音频dump
stopAudioMixing() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
停止播放音乐文件及混音。 该方法停止播放伴奏。
stopBeauty() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
结束美颜功能模块。 如果后续不再需要使用美颜功能,可以调用 stopBeauty 结束美颜功能模块,SDK 会自动销毁美颜引擎并释放资源。
stopBeauty() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
结束美颜功能模块。 如果后续不再需要使用美颜功能,可以调用 stopBeauty 结束美颜功能模块,SDK 会自动销毁美颜引擎并释放资源。
stopBeauty() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
结束美颜功能模块。 如果后续不再需要使用美颜功能,可以调用 stopBeauty 结束美颜功能模块,SDK 会自动销毁美颜引擎并释放资源。
stopChannelMediaRelay() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
停止跨房间媒体流转发 主播离开房间时,跨房间媒体流转发自动停止,您也可以在需要的时候随时调用 stopChannelMediaRelay 方法,此时主播会退出所有目标房间
stopCloudRecord(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomContext
结束云录制
stopEffect(java.lang.Integer) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
停止播放指定音效文件。
stopLastmileProbeTest() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
停止网络质量探测。
stopLive(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomLiveController
停止直播
stopLoading() - function in android.webkit.WebView
 
stopMemberScreenShare(java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
尝试关闭房间内成员的屏幕共享,会进行权限校验。
stopMemberSystemAudioShare(java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
尝试关闭房间内成员的系统音频共享,会进行权限校验。
stopMemberWhiteboardShare(java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomWhiteboardController
尝试关闭房间内成员的白板共享,会进行权限校验。
stopNestedScroll() - function in android.view.View
 
stopPreview() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
关闭预览,如果当前处于房间前的预览,会同时销毁RTC实例。 如果希望控制是否销毁RTC,可调用 stopPreview(Boolean) 变体方法。
stopPreview(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
关闭预览,同时根据参数 releaseRtc 决定是否销毁底层 RTC Engine 实例。
stopPreview() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
关闭预览,如果当前处于房间前的预览,会同时销毁RTC实例。 如果希望控制是否销毁RTC,可调用 stopPreview(Boolean) 变体方法。
stopPreview(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
关闭预览,同时根据参数 releaseRtc 决定是否销毁底层 RTC Engine 实例。
stopPreview() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
关闭预览,如果当前处于房间前的预览,会同时销毁RTC实例。 如果希望控制是否销毁RTC,可调用 stopPreview(Boolean) 变体方法。
stopPreview(java.lang.Boolean) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
关闭预览,同时根据参数 releaseRtc 决定是否销毁底层 RTC Engine 实例。
stopScreenShare(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
关闭本端屏幕共享
stopWhiteboardShare(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.NERoomWhiteboardController
停止本端白板共享
submitSeatRequest(com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
 
submitSeatRequest(java.lang.Integer,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
成员申请指定位置为seatIndex的麦位,位置从1开始。 如果当前成员为管理员,则会自动通过申请。
submitSeatRequest(java.lang.Integer,java.lang.Boolean,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
成员申请指定位置为seatIndex的麦位,位置从1开始。 如果当前成员为管理员,则会自动通过申请。
submitSeatRequest(java.lang.Integer,java.lang.Boolean,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
成员申请指定位置为seatIndex的麦位,位置从1开始。 如果当前成员为管理员,则会自动通过申请。
submitSeatRequest(java.lang.Integer,java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
成员申请指定位置为seatIndex的麦位,位置从1开始。 如果当前成员为管理员,则会自动通过申请。
submitSeatRequest(java.lang.String,com.netease.yunxin.kit.roomkit.api.NECallback) - function in com.netease.yunxin.kit.roomkit.api.service.NESeatController
成员申请麦位,不指定位置。 如果当前成员为管理员,则会自动通过申请。
subscribeRemoteAudioStream(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
订阅指定远端用户的音频流
subscribeRemoteAudioSubStream(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
订阅指定远端用户的辅流音频
subscribeRemoteVideoStream(java.lang.String,com.netease.yunxin.kit.roomkit.api.model.NEVideoStreamType) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
订阅指定远端用户的视频流
subscribeRemoteVideoSubStream(java.lang.String) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
订阅指定远端用户辅流视频
suppressLayout(java.lang.Boolean) - function in android.view.ViewGroup
 
switchCamera() - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
切换摄像头
switchCamera() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
切换摄像头
switchCamera() - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
切换摄像头
switchCameraWithPosition(com.netease.yunxin.kit.roomkit.api.model.NERoomCameraPositionType) - function in com.netease.yunxin.kit.roomkit.api.NEPreviewRoomRtcController
指定摄像头切换摄像头
switchCameraWithPosition(com.netease.yunxin.kit.roomkit.api.model.NERoomCameraPositionType) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcBaseController
指定摄像头切换摄像头
switchCameraWithPosition(com.netease.yunxin.kit.roomkit.api.model.NERoomCameraPositionType) - function in com.netease.yunxin.kit.roomkit.api.NERoomRtcController
指定摄像头切换摄像头
switchLanguage(com.netease.yunxin.kit.roomkit.api.NERoomLanguage) - function in com.netease.yunxin.kit.roomkit.api.NERoomKit
切换语言,组件不会缓存该设置。
SYNC_DATA_ERROR - enum entry in com.netease.yunxin.kit.roomkit.api.NERoomEndReason

数据同步错误

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z