ZegoLiveStreamingPKMixerLayout class abstract

Inheritance of the hybrid layout parent class allows you to return your custom coordinates and modify the layout of the mixed stream. You can refer to ZegoLiveStreamingPKPreferGridMixerLayout or ZegoPKV2GridMixerLayout.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRectList(int hostCount, {double scale = 1.0}) List<Rect>
Get the coordinates of the user's video frame on the PK layout at position hostCount.
getResolution() Size
The size of the mixed stream canvas. default is zegoPK2MixerCanvasWidth x zegoPK2MixerCanvasHeight
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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