dimonovdd / Xamarin.MediaGallery

This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
MIT License
154 stars 19 forks source link

return filepath or name for created video #41

Closed Stecpoint closed 3 years ago

Stecpoint commented 3 years ago

Summary

here created file with timestamp https://github.com/dimonovdd/Xamarin.MediaGallery/blob/b9a26c94cf3c1065b6f0c8a81cbfd6b12c49b901/MediaGallery/MediaGallery/SaveMedia.android.cs

how we can get this path or name?

API Changes

dimonovdd commented 3 years ago

This is almost unrealistic for a cross-platform implementation. We will have to request additional permissions, etc. Getting the file path is basically not consistent with the concept of iOS and android. You can also read this discussion: https://github.com/dimonovdd/Xamarin.MediaGallery/discussions/37