hu.netmind.ogg
Interface LogicalStreamListener


public interface LogicalStreamListener

This interface receives notification of new streams arriving into the ogg input stream.


Method Summary
 void notifyNewStream(LogicalInputStream stream)
          This method gets called with the received logical stream.
 

Method Detail

notifyNewStream

void notifyNewStream(LogicalInputStream stream)
This method gets called with the received logical stream.

Parameters:
stream - The stream received.