The QMediaPlaylistWriter class provides an interface for writing a playlist file. More...
#include <QMediaPlaylistWriter>
This class was introduced in Qt Mobility 1.0.
virtual | ~QMediaPlaylistWriter () |
virtual void | close () = 0 |
virtual bool | writeItem ( const QMediaContent & media ) = 0 |
The QMediaPlaylistWriter class provides an interface for writing a playlist file.
See also QMediaPlaylistIOPlugin.
Destroys a media playlist writer.
Finalizes the writing of a playlist and closes the output device.
This function was introduced in Qt Mobility 1.0.
Writes an item of media to a playlist file.
Returns true if the media was written successfully; and false otherwise.
This function was introduced in Qt Mobility 1.0.