pawaom
pawaom
Android auto does not play whole album songs list I was testing the Jetpack compose media3 UAMP code. on the polestar emulator and Phone, I noticed the player activity in...
pattern to follow for Jetpack Media3 The Android media3 video specifies https://www.youtube.com/watch?v=sTIBDcyCmCg&t=480s , mediacontroller is a player implementation, we can direclty pass it to the playerview, So do we need...
Any Plans to include Dagger Hilt and StateFlow in future Release with media3 and jetpack compose While the UAMP code has incorporated coroutines, media3 and jetpack compose in the new...
How can we restrict the Timeline for Videos to specific duration suppose there are 2 video one of 60 seconds and another of 120 seconds now we want to get...
Thumbnails dont load sometimes and we see black thumbnails instead, how can we manage this issue. Some of the thumbnails are laoded and some are missed.
I want to work with following feature in our app 1) set Resolution , bitrate, FRAME_INTERVAL, FRAME_RATE, for video 2) set CHANNEL_COUNT,SAMPLE_RATE,KEY_BIT_RATE for audio 3) set duration for Audio and...
Overlay audio at a specific time over an video with fade in fadeout I have a video which is 2 minutes long , I want to overlay an audio which...
I am Trying this code Trying to replace the audio of a Video , both the files have sound I am getting this error illegalstateexception : Failed to add the...
Mute a part of video and add new audio to video I was testing this library these are the various scenarios we are testing 1. Mute a part of video,...
How can we Create a blurry background for the video example  GL shaders can create blurred video but how to create a blurred background and overlay a normal...