rtpTimestamp property
num?
get
rtpTimestamp
Implementation
_i2.num? get rtpTimestamp => _i4.getProperty(
this,
'rtpTimestamp',
);
set
rtpTimestamp
(num? value)
Implementation
set rtpTimestamp(_i2.num? value) {
_i4.setProperty(
this,
'rtpTimestamp',
value ?? _i6.undefined,
);
}