defaultRelativePanTiltTranslationSpace property
- @JsonKey(name: 'DefaultRelativePanTiltTranslationSpace', fromJson: _nullableMappedToSpace)
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;