mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Update hls package in PlaybackOutput
PiperOrigin-RevId: 401099169
This commit is contained in:
parent
585b0bddcc
commit
670bc2f875
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ public final class PlaybackOutput implements Dumper.Dumpable {
|
|||
|| entry instanceof IcyHeaders
|
||||
|| entry instanceof IcyInfo
|
||||
|| entry instanceof SpliceCommand
|
||||
|| "com.google.android.exoplayer2.hls.HlsTrackMetadataEntry"
|
||||
|| "com.google.android.exoplayer2.source.hls.HlsTrackMetadataEntry"
|
||||
.equals(entry.getClass().getCanonicalName())) {
|
||||
return entry.toString();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue