import "sbIPlaylistReader.idl";
Public Attributes | ||||
attribute nsIURI | originalURI | |||
| ||||
attribute nsIURI | destinationURI | |||
| ||||
attribute sbIMediaList | mediaList | |||
| ||||
attribute boolean | addDistinctOnly | |||
| ||||
attribute boolean | playWhenLoaded | |||
Automatically start playing when stream is done loading. | ||||
attribute nsIObserver | observer | |||
Observer to get notified about the failure or success of creating a playlist. | ||||
attribute boolean | mediaMimetypesOnly | |||
Only create playlists for media mime-types ( audio* or video* ), not text/html. | ||||
attribute AString | state | |||
expose the state of the web downloading (currently only set to "" or STATE_STOP) |
Definition at line 48 of file sbIPlaylistReader.idl.
attribute boolean sbIPlaylistReaderListener::playWhenLoaded |
Automatically start playing when stream is done loading.
False by default.
Definition at line 83 of file sbIPlaylistReader.idl.