Android Question SimpleMediaManager (SMM) questions

wimpie3

Well-Known Member
Licensed User
Longtime User
If I'm not mistaken, SimpleMediaManager (SMM) is now the preferred way to show images and play video's for cross platform apps.

1. Can you also play audiostreams?
2. How can a stream be paused/resumed by code?
3. Is there an event which is fired when a stream is paused/resumed?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
If I'm not mistaken, SimpleMediaManager (SMM) is now the preferred way to show images and play video's for cross platform apps.
SMM is very easy and powerful. If its features meet your app requirements then it is the best solution.

1. Currently no. I believe that it will be simple to add it based on the video support.
2. You will need to access the views that are added by SMM. It is not too difficult but it will require platform specific code and some understanding of how it works.
3. No.
 
Upvote 0

wimpie3

Well-Known Member
Licensed User
Longtime User
Ok, this means it doesn't suit my needs for now ☺️ Let's hope it will evolve in the near future.
 
Upvote 0
Top