Adds a AudioPlayerWrapper to expose the AudioPlayer to the Media3 framework. This can be manually constructed or through the .asMedia3Player() extension on the AudioPlayer
Adds a VideoViewWrapper to expose the VideoView to the Media3 framework. This can be manually constructed or through the .asMedia3Player() extension on the VideoView
Updates:
AudioPlayerWrapper
to expose theAudioPlayer
to the Media3 framework. This can be manually constructed or through the.asMedia3Player()
extension on theAudioPlayer
VideoViewWrapper
to expose theVideoView
to the Media3 framework. This can be manually constructed or through the.asMedia3Player()
extension on theVideoView