NECallkitVideoValue class

视频帧值,包含宽高和旋转角度

Constructors

NECallkitVideoValue({int width = 0, int height = 0, int rotation = 0})
const
NECallkitVideoValue.uninitialized()
const

Properties

aspectRatio double
no setter
hashCode int
The hash code for this object.
no setterinherited
height int
final
rotation int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
final

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