Interface IStreamListener


public interface IStreamListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endOfStream(String sourcename, int queueSize)
    Notifies implementation that an End Of Stream was reached.
  • Method Details

    • endOfStream

      void endOfStream(String sourcename, int queueSize)
      Notifies implementation that an End Of Stream was reached.
      Parameters:
      sourcename - String identifier of the source which reached the EOS.
      queueSize - Number of items left the the stream's play queue, or zero if none.