[TIMOB-18925] Ti.Media.Sound duration property inconsistent value types
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | TiAPI |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Unknown |
| Created | 2015-05-19T22:11:30.000+0000 |
| Updated | 2019-03-15T01:09:14.000+0000 |
Description
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Media.Sound-property-duration
On iOS, this is seconds; on Android it's milliseconds.
Note that the time property is milliseconds (but also used to be seconds for iOS prior to 3.0: http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Media.Sound-property-time)
No comments