mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 IcyHeaders
|
||||||
|| entry instanceof IcyInfo
|
|| entry instanceof IcyInfo
|
||||||
|| entry instanceof SpliceCommand
|
|| entry instanceof SpliceCommand
|
||||||
|| "com.google.android.exoplayer2.hls.HlsTrackMetadataEntry"
|
|| "com.google.android.exoplayer2.source.hls.HlsTrackMetadataEntry"
|
||||||
.equals(entry.getClass().getCanonicalName())) {
|
.equals(entry.getClass().getCanonicalName())) {
|
||||||
return entry.toString();
|
return entry.toString();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue