Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
This is already possible using the interface PlayerCallback. See the
AACPlayerActivity.java example implementation.
/**
* This method is called when the player receives a metadata information.
* It can be either before starting the player (from HTTP header - all header pairs)
* or during playback (metadata frame info).
*
* The list of available keys is not part of this project -
* it is depending on the server implementation.
*
* @param key the metadata key - e.g. from HTTP header: "icy-genre", "icy-url", "content-type",..
* or from the dynamic metadata frame: e.g. "StreamTitle" or "StreamUrl"
* @param value the metadata value
*/
public void playerMetadata( String key, String value );
Original comment by vbarta...@gmail.com
on 23 Jul 2012 at 10:25
Already implemented.
Original comment by vbarta...@gmail.com
on 13 Aug 2012 at 10:26
Original issue reported on code.google.com by
NKuznet...@gmail.com
on 18 Jul 2012 at 4:43