class Null safety 屏幕录制编码参数 ConstructorsNERtcScreenConfig() Propertiesbitrate ↔ int 视频编码码率,单位为Kbps。 0:表示使用默认码率,手动设置请参考码表 read / writecontentPrefer ↔ int 屏幕共享编码策略倾向 read / writeframeRate ↔ int 视频...
minBitrate minBitrateproperty intminBitrate getter/setter pair 视频编码最小码率,单位为Kbps。直播场景下使用,0:表示使用默认 Implementation intminBitrate =0; NERtcScreenConfig class
Rtc.Sip Assembly: ServerAgent.dll Class which wraps ServiceConsumer to provide information about ServerApplication configuration. C# 複製 public class ApplicationConfigHelper : IDisposable Inheritance Object ApplicationConfigHelper Implements IDisposable Constructors 展開表格 ApplicationConfigHelper() ...
dataChannelConfig Array An array of JSON object, which should be in form of {"label":"DataLabel", "reliable" : false } Example raw — 1 2 3 4 5 var audioMediaDirection = wsc.MEDIADIRECTION.SENDRECV; var videoMediaDirection = wsc.MEDIADIRECTION.NONE; var dtConfigs = new Array(); ...
Uses of Class oracle.wsc.android.call.CallConfig Packages that useCallConfig PackageDescription oracle.wsc.android.call Provides a Call handling API. Uses ofCallConfiginoracle.wsc.android.call Methods inoracle.wsc.android.callthat returnCallConfig ...
minFrameRate minFrameRateproperty intminFrameRate getter/setter pair 最小帧率。0:表示使用默认帧率 Implementation intminFrameRate =0; NERtcScreenConfig class
config 录音的配置,包括循环缓存的最大时长跨度、录音文件的保存路径、录音文件所包含的内容、录音音质、录音采样率等。详细说明请参考 NERtcAudioRecordingConfiguration。 相关回调 调用此接口成功后会触发 NERtcChannelEventCallback.onAudioRecording 回调,通知音频录制任务状态已更新。音频录制状态码请...
public static final class IceServerConfig.IceServer extends ObjectConfiguration for an ICE server. Example: IceServer = new IceServer("turn:10.182.13.232:3478", "admin", "password") The allowed formats for the url string are: "TYPE:203.0.113.2:3478" - Indicates a specific IP address an...
需要自定义设置摄像头采集的视频尺寸时,请通过参数NERtcCameraCapturePreference将采集偏好设为kManual,并通过NERtcCameraCaptureConfig中的captureWidth和captureHeight自定义设置本地摄像头采集的视频宽高。 参数说明 captureConfig本地摄像头采集配置,详情请参见NERtcCameraCaptureConfig。streamType视频通道类型: ...
videoProfile videoProfileproperty intvideoProfile getter/setter pair 视频档位,默认高清模式 Implementation intvideoProfile = NERtcVideoProfile.standard; NERtcScreenConfig class