[TIMOB-18924] Ti.Media.AudioPlayer properties: progress and time appear to be same data, but used on different platforms
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
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:09:04.000+0000 |
Updated | 2018-02-28T19:55:08.000+0000 |
Description
From https://github.com/appcelerator/titanium_mobile_windows/pull/244#discussion_r30416236
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Media.AudioPlayer-property-progress
There's a progress property and a time property on Ti.media.AudioPlayer. progress is used on iOS, time is used on Android. They are both durations reported in milliseconds. I'm not sure what he difference is between them.
No comments