Packagecv.formats
Classpublic class PLS
ImplementsIPlaylistParser

The PLS class parses PLS formatted playlist files and returns a PlayList. A proprietary format used for playing Shoutcast and Icecast streams. The syntax of a PLS file is the same syntax as a Windows .ini file and was probably chosen because of support in the Windows API.



Protected Properties
 PropertyDefined by
  file : String
PLS
  regex : RegExp
PLS
Public Methods
 MethodDefined by
  
isValid(ext:String, data:String):Boolean
PLS
  
toPlayList(data:String):PlayList
PLS
Protected Methods
 MethodDefined by
  
regExec():*
PLS
Property detail
fileproperty
protected var file:String
regexproperty 
protected var regex:RegExp
Method detail
isValid()method
public function isValid(ext:String, data:String):BooleanParameters
ext:String
 
data:String

Returns
Boolean
regExec()method 
protected function regExec():*

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

Returns
PlayList