[TIMOB-7135] MobileWeb: Ti.Media.AudioPlayer implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T19:13:07.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | exalture |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-12T11:58:22.000+0000 |
Updated | 2018-04-04T23:20:32.000+0000 |
Description
Extends Evented.
Methods:
* pause()
* start()
* stateDescription()
* stop()
Properties:
* paused
* url
Constants:
* STATE_BUFFERING
* STATE_INITIALIZED
* STATE_PAUSED
* STATE_PLAYING
* STATE_STARTING
* STATE_STOPPED
* STATE_STOPPING
* STATE_WAITING_FOR_DATA
* STATE_WAITING_FOR_QUEUE
* bitRate - after metadata is loaded, Mozilla exposes this in metadata.mozSampleRate (http://tinyurl.com/ybzox7g)
* idle
* playing
* progress
* state
* waiting
Need to verify constant integer values.
Events:
* change
* progress
Pull request containing an implementation: https://github.com/appcelerator/titanium_mobile/pull/3802
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.