Go to the source code of this file.
Functions | |
function | sbM3UPlaylistHandler () |
sbM3UPlaylistHandler prototype | __defineGetter__ ("originalURI", function(){return this._originalURI;}) |
sbM3UPlaylistHandler prototype | __defineSetter__ ("originalURI", function(value){this._originalURI=value;}) |
Variables | |
const | TOKEN_EXTM3U = "#EXTM3U" |
const | TOKEN_EXTINF = "#EXTINF:" |
const | TOKEN_COMMENT = "#" |
sbM3UPlaylistHandler prototype __defineGetter__ | ( | "Application" | , |
function(){delete Application;Application=Cc["@mozilla.org/fuel/application;1"].getService(Ci.fuelIApplication);return Application;} | |||
) |
Construct a column spec parser and read the column specification immediately
aMediaList | The media list to find columns to display for |
aPlaylist | the playlist binding |
aMask | a bitfield containing the source to look for; see the ColumnSpecParser.ORIGIN_* constants |
[optional] | aConstraint the media type constraint to use, if any |
sbM3UPlaylistHandler prototype __defineSetter__ | ( | "originalURI" | , |
function(value){this._originalURI=value;} | |||
) |
function sbM3UPlaylistHandler | ( | ) |
Definition at line 32 of file sbM3UPlaylistHandler.js.
const TOKEN_COMMENT = "#" |
Definition at line 30 of file sbM3UPlaylistHandler.js.
const TOKEN_EXTINF = "#EXTINF:" |
Definition at line 29 of file sbM3UPlaylistHandler.js.
const TOKEN_EXTM3U = "#EXTM3U" |
Definition at line 28 of file sbM3UPlaylistHandler.js.