You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Do the StoreVideoOptions properties Quality and Compression Quality work for Android? They work great for iOS. Adjusting the Quality and CompressionQuality result in a much smaller size video. Changing these values doesn't seem to have any effect on Android.
var options = StoreVideoOptions { Name = "myvid.mp4", Directory = "myVids", DesiredLength = new TimeSpan(0, 1, 0), DefaultCamera = CameraDevice.Rear, SaveToAlbum = false, Quality = VideoQuality.Medium, CompressionQuality = 50 }
The text was updated successfully, but these errors were encountered:
paulsohal1981
changed the title
StoreVideoOptions Compression not working for Android
Does StoreVideoOptions Compression not working for Android?
May 4, 2018
paulsohal1981
changed the title
Does StoreVideoOptions Compression not working for Android?
Do StoreVideoOptions Compression setting work in Android?
May 8, 2018
Do the StoreVideoOptions properties Quality and Compression Quality work for Android? They work great for iOS. Adjusting the Quality and CompressionQuality result in a much smaller size video. Changing these values doesn't seem to have any effect on Android.
var options = StoreVideoOptions { Name = "myvid.mp4", Directory = "myVids", DesiredLength = new TimeSpan(0, 1, 0), DefaultCamera = CameraDevice.Rear, SaveToAlbum = false, Quality = VideoQuality.Medium, CompressionQuality = 50 }
The text was updated successfully, but these errors were encountered: