octoshape.osa2.listeners
Interface UMetaDataListener


public interface UMetaDataListener

Listener for Octoshape u-meta data in the current stream.

See Also:
StreamPlayer.setUMetaDataListener(UMetaDataListener)

Method Summary
 void gotUMetaData(java.lang.String umetatype, java.lang.String xmlString, octoshape.osa2.ClientInfo clientInfo)
          We received Octoshape u-meta data for the currently playing stream.
 

Method Detail

gotUMetaData

void gotUMetaData(java.lang.String umetatype,
                  java.lang.String xmlString,
                  octoshape.osa2.ClientInfo clientInfo)
We received Octoshape u-meta data for the currently playing stream.

Parameters:
umetatype - string or null
xmlString - XML string or null
clientInfo - object containing client specfic information or null