You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My company uses a third-party analytics platform that requires an instance of AVPlayer in order to hook to their adapter. I cannot cast AudioPlayer to an AVPlayer and there is no property for it.
Describe the solution or feature you would like
It would be handy if there was a property like innerPlayer that gives access to the AVPlayer inside the wrapper.
Describe alternatives you've considered
None at present other than having to ditch this library and be sad.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
My company uses a third-party analytics platform that requires an instance of AVPlayer in order to hook to their adapter. I cannot cast AudioPlayer to an AVPlayer and there is no property for it.
Describe the solution or feature you would like
It would be handy if there was a property like
innerPlayer
that gives access to the AVPlayer inside the wrapper.Describe alternatives you've considered
None at present other than having to ditch this library and be sad.
The text was updated successfully, but these errors were encountered: