defaultRelativePanTiltTranslationSpace property

  1. @JsonKey(name: 'DefaultRelativePanTiltTranslationSpace', fromJson: _nullableMappedToSpace)
Space? defaultRelativePanTiltTranslationSpace
final

If the PTZ Node supports relative Pan/Tilt movements, it shall specify one RelativePan/Tilt Translation Space as default.

Implementation

@JsonKey(
    name: 'DefaultRelativePanTiltTranslationSpace',
    fromJson: _nullableMappedToSpace)
final Space? defaultRelativePanTiltTranslationSpace;