defaultProfile property
- @JsonKey.new(name: 'DefaultProfile', fromJson: OnvifUtil.stringMappedFromXml)
final
The default media profile used for streaming.
Implementation
@JsonKey(name: 'DefaultProfile', fromJson: OnvifUtil.stringMappedFromXml)
final String defaultProfile;