octoshape.osa2.listeners
Interface StreamInfoListener


public interface StreamInfoListener

Listens for stream source information from a StreamPlayer.

See Also:
StreamPlayer.setStreamInfoListener(StreamInfoListener)

Method Summary
 void gotStreamInfo(java.lang.String streamSource, java.lang.String multiCastStatus)
           
 

Method Detail

gotStreamInfo

void gotStreamInfo(java.lang.String streamSource,
                   java.lang.String multiCastStatus)
Parameters:
streamSource - This will be set to "grid" or "unicast" depending on where we get the data from, or null if unknown.
multiCastStatus - The current multicast status, or null if unknown.