addSubtitleDelay method

void addSubtitleDelay(
  1. double milliseconds
)

Implementation

void addSubtitleDelay(double milliseconds) {
  _subtitleDelay += milliseconds;
  _throttleNotifyDelayChange();
}