NERtcLiveStreamLayout class Null safety

Live streaming layout

Constructors

NERtcLiveStreamLayout({int? width, int? height, NERtcLiveStreamImageInfo? backgroundImg, List<NERtcLiveStreamUserTranscoding>? userTranscodingList, Color? backgroundColor})

Properties

backgroundColor Color?
Video stream background color RGB
read / write
backgroundImg NERtcLiveStreamImageInfo?
Background image info
read / write
hashCode int
The hash code for this object.
read-only, inherited
height int?
height of a video stream
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
userTranscodingList List<NERtcLiveStreamUserTranscoding>?
Member layout array.
read / write
width int?
width of a video stream
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.
inherited

Operators

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