mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
`DvbDecoder` which used to be `SimpleSubtitleDecoder` will now be called `DvbParser` and implement `SubtitleParser` interface. There was, however, already a `DvbParser`, used by `DvbDecoder` behind the scenes. Hence, the refactoring only requires the existing `DvbParser` to adhere to the new `SubtitleParser` interface. For backwards compatibility, we will have the same functionality as `DvbDecoder` provided by `DelegatingSubtitleDecoder` backed-up by a new `DvbParser` instance, available from the `SubtitleDecoderFactory`. PiperOrigin-RevId: 548155759 |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||