SRGSSR / pillarbox-android

The modern SRG SSR Pillarbox player targeting Android platforms
https://android.pillarbox.ch/api
MIT License
13 stars 1 forks source link

Simplify Player creation #748

Closed StaehliJ closed 1 week ago

StaehliJ commented 2 weeks ago

As a user / integrator I want to create PillarboxExoPlayer for playing SRG content with ease.

Acceptance criteria

Hints

Simplify PIllarboxExoPlayere creation by using kotlin style "builder" with functions.

For example:

PillarboxPlayer.SRG(context, ....) // Player configured for playing SRG content.
PillarboxPlayer.Default(context, ....) // Default Player.