[Need Support] Need support on finding api for my use case

Hi Support Team

I want to get api for below things

1.If i am in auto resoultion mode{abr} mode , how to get which video quality is selected currently , becuse when i am calling layer?.source?.selectedVideoQuality : Its giving me output as “auto” I need exact which resolution is selected .

2.How to load poster before playing event comes , i tried to load poster as argument in source config , as i have to put url for poster image , but my requirement is to load poster using Glide tool

Please help me , Thank in Advance

Regards,
Vivek Kumar

1- For this, you could use the playbackvideodata API
https://cdn.bitmovin.com/player/android/3/docs/player-core/com.bitmovin.player.api/-player/playback-video-data.html?query=abstract%20val%20playbackVideoData:%20VideoQuality

2- Our API only supports images. One thing you could try is to add an overlay over the player before playback starts