public interface IStreamListener
| Modifier and Type | Method and Description |
|---|---|
void |
endOfStream(String sourcename,
int queueSize)
Notifies implementation that an End Of Stream was reached.
|
void endOfStream(String sourcename, int queueSize)
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.Copyright © 2017. All rights reserved.