NECallkitVideoValue class
视频帧值,包含宽高和旋转角度
Constructors
- NECallkitVideoValue({int width = 0, int height = 0, int rotation = 0})
-
const
- NECallkitVideoValue.uninitialized()
-
const
Properties
Methods
-
copyWith(
{int? width, int? height, int? rotation}) → NECallkitVideoValue -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited