defaultRelativeZoomTranslationSpace property

  1. @JsonKey(name: 'DefaultRelativeZoomTranslationSpace', fromJson: _nullableMappedToSpace)
Space? defaultRelativeZoomTranslationSpace
final

If the PTZ Node supports relative zoom movements, it shall specify one Relative Zoom Translation Space as default.

Implementation

@JsonKey(
  name: 'DefaultRelativeZoomTranslationSpace',
  fromJson: _nullableMappedToSpace,
)
final Space? defaultRelativeZoomTranslationSpace;