encoding property

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

Indication which encodings are supported for recording. The list may contain one or more enumeration values of tt:VideoEncoding and tt:AudioEncoding. For encodings that are neither defined in tt:VideoEncoding nor tt:AudioEncoding the device shall use the IANA definitions. Note, that a device without audio support shall not return audio encodings.

Implementation

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