totalSamplesDuration property

double get totalSamplesDuration

Implementation

double get totalSamplesDuration =>
    js_util.getProperty(this, 'totalSamplesDuration');
set totalSamplesDuration (double newValue)

Implementation

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