noRtspStreaming property
- @JsonKey(name: '@NoRTSPStreaming', fromJson: OnvifUtil.nullableStringToBool)
final
Indicates the device does not support live media streaming via RTSP.
Implementation
@JsonKey(
name: '@NoRTSPStreaming',
fromJson: OnvifUtil.nullableStringToBool,
)
final bool? noRtspStreaming;