rtpTimestamp property

int rtpTimestamp

Implementation

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

Implementation

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