Write a file using an appropriate registered playlist writer. Playlist writers are registered by adding them to the playlist-writer category at startup and are not enumerated again.
More...
import"sbIPlaylistWriter.idl";
Write a file using an appropriate registered playlist writer. Playlist writers are registered by adding them to the playlist-writer category at startup and are not enumerated again.
Definition at line 105 of file sbIPlaylistWriter.idl.
void sbIPlaylistWriterManager::supportedFileExtensions |
( |
out PRUint32 |
aExtCount, |
|
|
[array, size_is(aExtCount), retval] out wstring |
aExts |
|
) |
| |
void sbIPlaylistWriterManager::supportedMIMETypes |
( |
out PRUint32 |
aMIMECount, |
|
|
[array, size_is(aMIMECount), retval] out wstring |
aMIMETypes |
|
) |
| |
void sbIPlaylistWriterManager::write |
( |
in nsIFile |
aFile, |
|
|
in sbIMediaList |
aMediaList, |
|
|
in AString |
aContentType, |
|
|
[optional] in sbIPlaylistFormatType |
aPlaylistFormatType |
|
) |
| |
The documentation for this interface was generated from the following file: