mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove subtitle TODO from CapturingRenderersFactory
We're moving towards parsing subtitles before the `SampleQueue`, and we already have subtitle playback assertions using `Player.Listener.onCues` which is the most 'complete' place to assert subtitle output from. We don't need to hook anything inside `TextRenderer`, so we can remove this TODO. PiperOrigin-RevId: 561418660
This commit is contained in:
parent
ba4b96d2c1
commit
147cab89c3
1 changed files with 0 additions and 2 deletions
|
|
@ -62,8 +62,6 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
* <p>The captured interactions can be used in a test assertion via the {@link Dumper.Dumpable}
|
* <p>The captured interactions can be used in a test assertion via the {@link Dumper.Dumpable}
|
||||||
* interface.
|
* interface.
|
||||||
*/
|
*/
|
||||||
// TODO(internal b/174661563): Add support for capturing subtitles on the output of the
|
|
||||||
// SubtitleDecoder. And possibly Metadata too (for consistency).
|
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public class CapturingRenderersFactory implements RenderersFactory, Dumper.Dumpable {
|
public class CapturingRenderersFactory implements RenderersFactory, Dumper.Dumpable {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue