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