[TIMOB-7137] MobileWeb: Ti.Media.Sound implementation
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-05-01T22:35:55.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | linvalid |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-12T14:34:34.000+0000 |
| Updated | 2018-04-04T23:20:19.000+0000 |
Description
Extends Evented.
Methods:
* isLooping()
* isPaused()
* isPlaying()
* pause()
* play()
* release()
* reset()
* stop()
Properties:
* looping
* paused
* url
Constants:
* duration
* playing
* time
Events:
* complete
* error
* interrupted
* resume
Can't support volume property or set/getVolume().
Attachments
| File | Date | Size |
| app.js | 2013-02-07T23:09:43.000+0000 | 2068 |
Pull request with a proposed implementation: https://github.com/appcelerator/titanium_mobile/pull/3801
Resolving ticket as "Won't Fix" as MobileWeb is no longer supported.
Closing as will not fix.