configurationsSupported property

  1. @JsonKey(name: 'ConfigurationsSupported', fromJson: OnvifUtil.nullableStringToList)
List<String>? configurationsSupported
final

Indicates support for RTP multicast.

Implementation

@JsonKey(
    name: 'ConfigurationsSupported', fromJson: OnvifUtil.nullableStringToList)
final List<String>? configurationsSupported;