PtzSpeed class

If the PTZ Node supports absolute or relative PTZ movements, it shall specify corresponding default Pan/Tilt and Zoom speeds.

Annotations
  • @JsonSerializable()

Constructors

PtzSpeed({Vector2D? panTilt, Vector1D? zoom})
PtzSpeed.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
panTilt Vector2D?
Capability information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoom Vector1D?
final

Methods

buildXml(XmlBuilder builder, {String tag = 'PtzSpeed', String namespace = Xmlns.tt}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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