muhku / FreeStreamer

A low-memory footprint streaming audio player for iOS and OS X
http://muhku.github.io/FreeStreamer/
Other
2.1k stars 437 forks source link

Queue index #470

Open bilalb opened 3 years ago

bilalb commented 3 years ago

I'd like to be able to read the index of the currentPlaylistItem from the FSAudioController. The currentPlaylistItemIndex from FSAudioController.m looks like a good candidate for that use case. However, it's a private property. Would that be possible make it publicly readable?

Thank you in advance