rtpTimestamp property
int
get
rtpTimestamp
Implementation
int get rtpTimestamp => js_util.getProperty(this, 'rtpTimestamp');
set
rtpTimestamp
(int newValue)
Implementation
set rtpTimestamp(int newValue) {
js_util.setProperty(this, 'rtpTimestamp', newValue);
}