removeSubtitleDelay method
Implementation
void removeSubtitleDelay(double milliseconds) {
_subtitleDelay -= milliseconds;
_throttleNotifyDelayChange();
}
void removeSubtitleDelay(double milliseconds) {
_subtitleDelay -= milliseconds;
_throttleNotifyDelayChange();
}