sbIPlaylistReaderListener Interface Reference

A listener interface for use with sbIPlaylistReader interfaces. More...

import"sbIPlaylistReader.idl";

Inheritance diagram for sbIPlaylistReaderListener:
[legend]
Collaboration diagram for sbIPlaylistReaderListener:
[legend]

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...
 

Detailed Description

A listener interface for use with sbIPlaylistReader interfaces.

See Also
sbIPlaylistReaderManager, sbIPlaylistReader, sbIMediaList

Definition at line 49 of file sbIPlaylistReader.idl.

Member Data Documentation

attribute boolean sbIPlaylistReaderListener::addDistinctOnly
Parameters

Definition at line 77 of file sbIPlaylistReader.idl.

attribute nsIURI sbIPlaylistReaderListener::destinationURI
Parameters

Definition at line 63 of file sbIPlaylistReader.idl.

attribute sbIMediaList sbIPlaylistReaderListener::mediaList
Parameters

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
Parameters

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.


The documentation for this interface was generated from the following file: