jitterBufferEmittedCount property

int get jitterBufferEmittedCount

Implementation

int get jitterBufferEmittedCount =>
    js_util.getProperty(this, 'jitterBufferEmittedCount');
set jitterBufferEmittedCount (int newValue)

Implementation

set jitterBufferEmittedCount(int newValue) {
  js_util.setProperty(this, 'jitterBufferEmittedCount', newValue);
}