StreetVoice / HysteriaPlayer

Objective-C audio player, sitting on top of AVPlayer
Other
583 stars 99 forks source link

Added a method for retrieving the AVQueuePlayer #97

Closed twgeolo closed 8 years ago

twgeolo commented 8 years ago

We have an OSX app that uses HysteriaPlayer. But, we need to change the volume. So, we are adding a method to expose the internal AVPlayer.

saiday commented 8 years ago

Yeah, it's about time to expose AVPlayer for advanced usage. I had a suggestion on implementation, what if we simply move this property to HysteriaPlayer.h?

https://github.com/StreetVoice/HysteriaPlayer/blob/master/HysteriaPlayer/HysteriaPlayer.m#L41

saiday commented 8 years ago

Thanks, merged

twgeolo commented 8 years ago

Yup! Thanks :+1:

twgeolo commented 8 years ago

Hey, can you create a new release? Our OSX app uses CocoaPods; as a result, our current app still cannot use it. Thank you!!