Packagecv.formats
Classpublic dynamic class ATOM
ImplementsIPlaylistParser

The ATOM class parses ATOM formatted playlist files and returns a PlayList.



Protected Properties
 PropertyDefined by
  mimetypes : Object
ATOM
Public Methods
 MethodDefined by
  
ATOM()
ATOM
  
isValid(ext:String, data:String):Boolean
ATOM
  
toPlayList(data:String):PlayList
ATOM
Protected Methods
 MethodDefined by
  
toSeconds(str:String):int
Converts a string version of a time format into the seconds equivalent.
ATOM
Property detail
mimetypesproperty
protected var mimetypes:Object
Constructor detail
ATOM()constructor
public function ATOM()
Method detail
isValid()method
public function isValid(ext:String, data:String):BooleanParameters
ext:String
 
data:String

Returns
Boolean
toPlayList()method 
public function toPlayList(data:String):PlayListParameters
data:String

Returns
PlayList
toSeconds()method 
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.