NERtcLocalRecordingStreamInfo class

@if Chinese 录制视频窗口配置 @endif

Annotations
  • @JsonSerializable.new()

Constructors

NERtcLocalRecordingStreamInfo({int uid = 0, int streamType = NERtcVideoStreamType.main, int streamLayer = 0, required NERtcLocalRecordingLayoutConfig layoutConfig})
NERtcLocalRecordingStreamInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
layoutConfig NERtcLocalRecordingLayoutConfig
@if Chinese 录制视频窗口流的布局配置 @endif
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamLayer int
@if Chinese 流的录制混流层级 @endif
getter/setter pair
streamType int
@if Chinese 流类型 NERtcVideoStreamType @endif
getter/setter pair
uid int
@if Chinese 用户 ID @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