estimatedPlayoutTimestamp property

double estimatedPlayoutTimestamp

Implementation

double get estimatedPlayoutTimestamp =>
    js_util.getProperty(this, 'estimatedPlayoutTimestamp');
void estimatedPlayoutTimestamp=(double newValue)

Implementation

set estimatedPlayoutTimestamp(double newValue) {
  js_util.setProperty(this, 'estimatedPlayoutTimestamp', newValue);
}