PtzStatusFilterOptions class

Annotations
  • @JsonSerializable()

Constructors

PtzStatusFilterOptions({required bool panTiltStatusSupported, required bool zoomStatusSupported, bool? panTiltPositionSupported, bool? zoomPositionSupported, Map<String, dynamic>? extension})
PtzStatusFilterOptions.fromJson(Map<String, dynamic> json)
factory

Properties

extension Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
panTiltPositionSupported bool?
True if the device is able to stream the pan or tilt position
final
panTiltStatusSupported bool
True if the device is able to stream pan or tilt status information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomPositionSupported bool?
True if the device is able to stream zoom position information.
final
zoomStatusSupported bool
True if the device is able to stream zoom status information.
final

Methods

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