rtpStreaming property
Indicates support for live media streaming via RTSP.
Implementation
@JsonKey(
name: '@RTPStreaming',
fromJson: OnvifUtil.nullableStringToBool,
)
final bool? rtpStreaming;
Indicates support for live media streaming via RTSP.
@JsonKey(
name: '@RTPStreaming',
fromJson: OnvifUtil.nullableStringToBool,
)
final bool? rtpStreaming;