ssrc property

int ssrc

Implementation

int get ssrc => js_util.getProperty(this, 'ssrc');
void ssrc=(int newValue)

Implementation

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