The ATOM class parses ATOM formatted playlist files and returns a PlayList.
protected var mimetypes:Object
public function ATOM()
public function isValid(ext:String, data:String):Boolean
Parameters
Returns
public function toPlayList(data:String):PlayList
Parameters
Returns
protected function toSeconds(str:String):int
Converts a string version of a time format into the seconds equivalent.
Parameters
| str:String — The string to convert.
|
Returns
| int — The number of seconds for the given time.
|
Copyright 2009 Gabriel Mariani (http://blog.coursevector.com/tempolite)