Packagecv.formats
Classpublic class ASX
ImplementsIPlaylistParser

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



Protected Properties
 PropertyDefined by
  mimetypes : Object
ASX
Public Methods
 MethodDefined by
  
ASX()
ASX
  
isValid(ext:String, data:String):Boolean
ASX
  
toPlayList(data:String):PlayList
ASX
Protected Methods
 MethodDefined by
  
toSeconds(str:String):int
Converts a string version of a time format into the seconds equivalent.
ASX
Property detail
mimetypesproperty
protected var mimetypes:Object
Constructor detail
ASX()constructor
public function ASX()
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.