configurationsSupported property
- @JsonKey(name: 'ConfigurationsSupported', fromJson: OnvifUtil.nullableStringToList)
final
Indicates support for RTP multicast.
Implementation
@JsonKey(
name: 'ConfigurationsSupported', fromJson: OnvifUtil.nullableStringToList)
final List<String>? configurationsSupported;