* Resets time, lineIndex and content fields. * @private * @memberof Caption
()
| 41 | * @memberof Caption |
| 42 | */ |
| 43 | reset() { |
| 44 | this.time = 0; |
| 45 | this.lineIndex = 0; |
| 46 | this.renderer = null; |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Updates content based on time passed. |
no outgoing calls
no test coverage detected