compatibleSources property

  1. @JsonKey(name: '@CompatibleSources', fromJson: OnvifUtil.stringToList)
List<String> compatibleSources
final

A device that supports recording of a restricted set of Media/Media2 Service Profiles returns the list of profiles that can be recorded on the given Recording.

Implementation

@JsonKey(name: '@CompatibleSources', fromJson: OnvifUtil.stringToList)
final List<String> compatibleSources;