NERtcScreenConfig class Null safety

Screen recording configuration

Constructors

NERtcScreenConfig()

Properties

bitrate int
Video bitrate. Unit: kbps. 0: default bitrate is used. To set a custom value, see the bitrate reference.
read / write
contentPrefer int
Encoding strategy preference for screen sharing
read / write
frameRate int
Video frame rate
read / write
hashCode int
The hash code for this object.
read-only, inherited
minBitrate int
minimum bitrate for video encoding in kbps. Used in live streaming:. 0: the default bitrate is used.
read / write
minFrameRate int
The minimum frame rate. The default value 0 indicates that the default frame rate is used.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
videoProfile int
Video type. The default type is HD video
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited