Describe the solution you'd like
I have a Music app where I need particular range of stream. There is a stream option but it doesn't let us specify range.
How should this be implemented
Add rangeStart and rangeEnd to stream function and only return in that range. Otherwise return full stream.
Describe the solution you'd like
I have a Music app where I need particular range of stream. There is a stream option but it doesn't let us specify range.
How should this be implemented
Add rangeStart and rangeEnd to stream function and only return in that range. Otherwise return full stream.