Any chance we can have the option of setting SMM from a bitmap rather than a file?
I have a profile image stored in a KeyValueStore that I can only retrieve as bitmap. The problem is there is no way to pass a bitmap to Media manager without saving it as a local file.
You can use SMM.AddLocalMedia to add media directly to the cache. Assuming that you are not adding many images then it will work fine. It is less powerful than SetMediaFromFile.