config 录音的配置,包括循环缓存的最大时长跨度、录音文件的保存路径、录音文件所包含的内容、录音音质、录音采样率等。详细说明请参考 NERtcAudioRecordingConfiguration。 相关回调 调用此接口成功后会触发 NERtcChannelEventCallback.onAudioRecording 回调,通知音频录制任务状态已更新。音频录制状态码请...
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() ...
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...
videoProfile videoProfileproperty intvideoProfile getter/setter pair 视频档位,默认高清模式 Implementation intvideoProfile = NERtcVideoProfile.standard; NERtcScreenConfig class
nertc_core nertc_core.dart LastmileProbeConfig expectedUplinkBitrate propertybrightness_4 expectedUplinkBitrate property int expectedUplinkBitrate getter/setter pair本端期望的最高发送码率。 单位为 bps,范围为 100000, 5000000。 推荐参考 setLocalVideoConfig中的码率值设置该参数的值Implementation ...
需要自定义设置摄像头采集的视频尺寸时,请通过参数 NERtcCameraCapturePreference 将采集偏好设为 kManual,并通过 NERtcCameraCaptureConfig 中的captureWidth 和captureHeight 自定义设置本地摄像头采集的视频宽高。 参数说明 captureConfig 本地摄像头采集配置,详情请参见NERtcCameraCaptureConfig。 streamType ...