enum JitterType

Describes the type of the jitter.
It's relevant for jitter handling.

0
STATIC
Defines the jitter algorithm working mode used for connections in a network.
Value STATIC for this attribute means that the jitter compensation value is static during a call and the initial jitter buffer size value is used after every silence period inside one call.
1
ADAPTIVE
Defines the jitter algorithm working mode used for connections in a network.
In case of value ADAPTIVE the jitter compensation is adaptive for all calls, the Initial jitter buffer size for the first connection in a specific network, but the jitter buffer size for the next call of the defined network is an adapted value based on the previous call jitter. The jitter buffer size is adaptive also during a call. The jitter buffer size is adapted downwards and upwards during a call.
  enum JitterType