Packagecv.formats
Classpublic class M3U
ImplementsIPlaylistParser

The M3U class parses M3U formatted playlist files and returns a PlayList. M3U is by far the most popular playlist format, probably due to its simplicity. It is an ad-hoc standard with no formal definition, no canonical source, and no owner.



Public Methods
 MethodDefined by
  
isValid(ext:String, data:String):Boolean
M3U
  
toPlayList(data:String):PlayList
M3U
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