Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

how to save video to gallery?

$
0
0

switch (action)
{
case takeVideoText:
file = await MediaPicker.TakeVideoAsync(new StoreVideoOptions { Quality = VideoQuality.Medium, CompressionQuality = 80, SaveToAlbum = true, Name = "", Directory = "" });
isVideo = true;
break;
case chooseVideoText:
file = await MediaPicker.PickVideoAsync();
isVideo = true;
break;
}

currently using dis, but not working....I mean it doesnt save in the gallery


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>