ZegoPIPConfig class
Configuration class for PIP settings.
This class contains the basic configuration parameters for Picture-in-Picture functionality, such as aspect ratio settings.
Example usage:
ZegoPIPConfig(
aspectWidth: 9,
aspectHeight: 16,
)
Constructors
- ZegoPIPConfig.new({int aspectWidth = 9, int aspectHeight = 16})
-
const
Properties
- aspectHeight → int
-
Height aspect ratio for the PIP window.
final
- aspectWidth → int
-
Width aspect ratio for the PIP window.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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