compatibleSources property
- @JsonKey(name: '@CompatibleSources', fromJson: OnvifUtil.stringToList)
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;