-
Notifications
You must be signed in to change notification settings - Fork 6k
r2.16.0: How to get IcyHeaders? #9677
Copy link
Copy link
Closed
Labels
Description
Up to version 2.15.1 I used "Player.Listener.onStaticMetadataChanged" to get the IcyHeaders (name, genre, bitrate) for audio streams.
As "Player.Listener.onStaticMetadataChanged" was removed in 2.16.0 none of the recommended replacements (like Player.getMediaMetadata, Player.Listener.onMediaMetadataChanged) seems to contain the IcyHeaders (name, genre, bitrate).
What is the recommended way with 2.16.0 to get the IcyHeaders?
Reactions are currently unavailable