defaultProfile property

  1. @JsonKey.new(name: 'DefaultProfile', fromJson: OnvifUtil.stringMappedFromXml)
String defaultProfile
final

The default media profile used for streaming.

Implementation

@JsonKey(name: 'DefaultProfile', fromJson: OnvifUtil.stringMappedFromXml)
final String defaultProfile;