A listener interface for use with sbIPlaylistReader interfaces. More...
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. More... | |
| attribute nsIObserver | observer |
| Observer to get notified about the failure or success of creating a playlist. More... | |
| attribute boolean | mediaMimetypesOnly |
| Only create playlists for media mime-types ( audio* or video* ), not text/html. More... | |
| attribute AString | state |
| expose the state of the web downloading (currently only set to "" or STATE_STOP) More... | |
A listener interface for use with sbIPlaylistReader interfaces.
Definition at line 49 of file sbIPlaylistReader.idl.
| attribute boolean sbIPlaylistReaderListener::addDistinctOnly |
Definition at line 77 of file sbIPlaylistReader.idl.
| attribute nsIURI sbIPlaylistReaderListener::destinationURI |
Definition at line 63 of file sbIPlaylistReader.idl.
| attribute sbIMediaList sbIPlaylistReaderListener::mediaList |
Definition at line 70 of file sbIPlaylistReader.idl.
| attribute boolean sbIPlaylistReaderListener::mediaMimetypesOnly |
Only create playlists for media mime-types ( audio* or video* ), not text/html.
Definition at line 95 of file sbIPlaylistReader.idl.
| attribute nsIObserver sbIPlaylistReaderListener::observer |
Observer to get notified about the failure or success of creating a playlist.
Definition at line 90 of file sbIPlaylistReader.idl.
| attribute nsIURI sbIPlaylistReaderListener::originalURI |
Definition at line 56 of file sbIPlaylistReader.idl.
| attribute boolean sbIPlaylistReaderListener::playWhenLoaded |
Automatically start playing when stream is done loading.
False by default.
Definition at line 84 of file sbIPlaylistReader.idl.
| attribute AString sbIPlaylistReaderListener::state |
expose the state of the web downloading (currently only set to "" or STATE_STOP)
Definition at line 100 of file sbIPlaylistReader.idl.