Closed StaehliJ closed 1 week ago
As a user / integrator I want to create PillarboxExoPlayer for playing SRG content with ease.
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.
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: