encodingInterval property

int get encodingInterval

Interval at which images are encoded and transmitted. (A value of 1 means that every frame is encoded, a value of 2 means that every 2nd frame is encoded ...)

Implementation

int get encodingInterval => int.parse(xmlEncodingInterval['\$']);