* Checks if caption has completed. * @returns {Boolean} * @memberof Caption
()
| 95 | * @memberof Caption |
| 96 | */ |
| 97 | isFinished() { |
| 98 | return this.lineIndex >= this.lines.length; |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Sets time and line index of caption. |
no outgoing calls
no test coverage detected