octoshape.osa2.listeners
Interface StreamConfigurationListener


public interface StreamConfigurationListener

Listens for information on how the stream is configured in the Octoshape system.

This feature is currently only supported for live streams.

See Also:
StreamPlayer.setStreamConfigurationListener(StreamConfigurationListener)

Method Summary
 void gotStreamConfiguration(java.lang.String configXml)
          Receives information on how the stream is configured in the Octoshape system.
 

Method Detail

gotStreamConfiguration

void gotStreamConfiguration(java.lang.String configXml)
Receives information on how the stream is configured in the Octoshape system.

Parameters:
configXml - The xml that this stream has been configured with.