priority property
The exposure priority mode (low noise/framerate).
- enum { 'LowNoise', 'FrameRate' }
Implementation
@JsonKey(name: 'Priority', fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? priority;
The exposure priority mode (low noise/framerate).
@JsonKey(name: 'Priority', fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? priority;