PlayerViewBridgeCreator
class PlayerViewBridgeCreator(playerPool: PlayerPool<Player>, mediaSourceFactory: MediaSourceFactory) : BridgeCreator<PlayerView>
Content copied to clipboard
Constructors
Link copied to clipboard
fun PlayerViewBridgeCreator(playerPool: PlayerPool<Player>, mediaSourceFactory: MediaSourceFactory)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun createBridge(context: Context, media: Media): Bridge<PlayerView>
Content copied to clipboard