com.ooyala.android.ID3TagNotifier Class Reference

Connect objects which can read ID3 tags from asset streams, to objects that want to perform some action (e.g. More...

Classes

interface  ID3TagNotifierListener
 

Public Member Functions

 ID3TagNotifier ()
 
void addWeakListener (ID3TagNotifierListener listener)
 
void removeWeakListener (ID3TagNotifierListener listener)
 
void onMetadata (final Metadata metadata)
 

Static Public Member Functions

static final ID3TagNotifier s_getInstance ()
 

Detailed Description

Connect objects which can read ID3 tags from asset streams, to objects that want to perform some action (e.g.

update analytics) when an ID3 tag is seen.

Constructor & Destructor Documentation

com.ooyala.android.ID3TagNotifier.ID3TagNotifier ( )

Member Function Documentation

void com.ooyala.android.ID3TagNotifier.addWeakListener ( ID3TagNotifierListener  listener)
void com.ooyala.android.ID3TagNotifier.onMetadata ( final Metadata  metadata)
void com.ooyala.android.ID3TagNotifier.removeWeakListener ( ID3TagNotifierListener  listener)
static final ID3TagNotifier com.ooyala.android.ID3TagNotifier.s_getInstance ( )
static