[TIMOB-26199] Windows: Parity of Ti.Media APIs
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 7.3.0 |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | parity, ti.media |
| Reporter | Christopher Williams |
| Assignee | Kota Iguchi |
| Created | 2018-07-10T19:50:39.000+0000 |
| Updated | 2019-06-05T08:01:28.000+0000 |
Description
Windows is missing some of the Ti.Media APIs. We should take another look at whether we can implement the following:
- cameraAuthorization
- #hasAudioRecorderPermissions()
- #hasMusicLibraryPermissions()
- #hasPhotoGalleryPermissions()
- #hideMusicLibrary()
- #previewImage()
- #queryMusicLibrary()
- #requestMusicLibraryPermissions()
- #requestPhotoGalleryPermissions()
- #setOverrideAudioRoute()
- #switchCamera()
- volume (output) event
- cameraready event
https://github.com/appcelerator/titanium_mobile_windows/pull/1272
We have image flipped and camera preview stretched on some devices. We might need to have new options to "calibrate" camera settings...We keep this ticket to track this.