NERoomLiveStreamLayout class Null safety

Live streaming layout

Constructors

NERoomLiveStreamLayout({required int width, required int height, int backgroundColor = 0, required List<NERoomLiveStreamUserTranscoding?> userTranscodingList, NERoomLiveStreamImageInfo? backgroundImg})

Properties

backgroundColor int
Canvas background color the sum of 256 × 256 × R + 256 × G + B. Specify the values of R, G, and B for calculation. If unspecified, use the default value 0.
final
backgroundImg NERoomLiveStreamImageInfo?
Placeholder image For more information, see NERoomStreamImageInfo.
final
hashCode int
The hash code for this object.
read-only, inherited
height int
The height of the overall canvas Unit: px. Value range: 0~1920. If the value is an odd number, rounded down to the nearest even number.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
userTranscodingList List<NERoomLiveStreamUserTranscoding?>
Member layout array For more information, see NERoomLiveStreamUserTranscoding.
final
width int
The width of the overall canvas Unit: px. Value range: 0~1920. If the value is an odd number, rounded down to the nearest even number.
final

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