NERtcLocalRecordingLayoutConfig class
@if Chinese 录制视频窗口流的布局配置 @endif
- Annotations
-
- @JsonSerializable.new()
Constructors
-
NERtcLocalRecordingLayoutConfig({int offsetX = 0, int offsetY = 0, int width = 0, int height = 0, NERtcVideoScalingModeEnum scalingMode = NERtcVideoScalingModeEnum.kNERtcVideoScaleFullFill, List<
NERtcVideoWatermarkConfig> ? watermarkList, int bgColor = 0}) -
NERtcLocalRecordingLayoutConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bgColor ↔ int
-
@if Chinese
录制视频窗口的背景颜色 ARGB格式,其中A无效, 默认渲染为黑色0xFF000000, 0为不设置
@endif
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
@if Chinese
流在录制视频窗口的分辨率高度
@endif
getter/setter pair
-
@if Chinese
是否是屏幕共享流
@endif
getter/setter pair
- offsetX ↔ int
-
@if Chinese
流在录制视频窗口的偏移宽度
@endif
getter/setter pair
- offsetY ↔ int
-
@if Chinese
流在录制视频窗口的偏移高度
@endif
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scalingMode ↔ NERtcVideoScalingModeEnum
-
@if Chinese
流在录制视频窗口的缩放模式
@endif
getter/setter pair
-
watermarkList
↔ List<
NERtcVideoWatermarkConfig> ? -
@if Chinese
录制水印配置
@endif
getter/setter pair
- width ↔ int
-
@if Chinese
流在录制视频窗口的分辨率宽度
@endif
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited