* End of stream reached? If this returns true, it means that all data * in this stream is used up and no additional data will appear in it * in the future. * This is used by the mixer to decide whether a given stream shall be * removed from the list of active streams (and thus be destroyed). * By default this maps to endOfData() */
| 74 | * By default this maps to endOfData() |
| 75 | */ |
| 76 | virtual bool endOfStream() const { return endOfData(); } |
| 77 | }; |
| 78 | |
| 79 | /** |