sendPrimacy property

  1. @JsonKey(name: 'SendPrimacy', fromJson: OnvifUtil.mappedToString)
String sendPrimacy
final

An audio channel MAY support different types of audio transmission. While for full duplex operation no special handling is required, in half duplex operation the transmission direction needs to be switched. The optional SendPrimacy parameter inside the AudioOutputConfiguration indicates which direction is currently active. An NVC can switch between different modes by setting the AudioOutputConfiguration. The following modes for the Send-Primacy are defined:

Implementation

@JsonKey(name: 'SendPrimacy', fromJson: OnvifUtil.mappedToString)
final String sendPrimacy;