#include <sbMediaExportPrefController.h>
Public Member Functions | |
sbMediaExportPrefController () | |
virtual | ~sbMediaExportPrefController () |
nsresult | Init (sbMediaExportPrefListener *aListener) |
nsresult | Shutdown () |
PRBool | GetShouldExportAnyMedia () |
PRBool | GetShouldExportAnyPlaylists () |
PRBool | GetShouldStartExportAgent () |
PRBool | GetShouldExportTracks () |
PRBool | GetShouldExportPlaylists () |
PRBool | GetShouldExportSmartPlaylists () |
Definition at line 47 of file sbMediaExportPrefController.h.
sbMediaExportPrefController::sbMediaExportPrefController | ( | ) |
Definition at line 41 of file sbMediaExportPrefController.cpp.
|
virtual |
Definition at line 51 of file sbMediaExportPrefController.cpp.
PRBool sbMediaExportPrefController::GetShouldExportAnyMedia | ( | ) |
Definition at line 162 of file sbMediaExportPrefController.cpp.
PRBool sbMediaExportPrefController::GetShouldExportAnyPlaylists | ( | ) |
Definition at line 170 of file sbMediaExportPrefController.cpp.
PRBool sbMediaExportPrefController::GetShouldExportPlaylists | ( | ) |
Definition at line 188 of file sbMediaExportPrefController.cpp.
PRBool sbMediaExportPrefController::GetShouldExportSmartPlaylists | ( | ) |
Definition at line 194 of file sbMediaExportPrefController.cpp.
PRBool sbMediaExportPrefController::GetShouldExportTracks | ( | ) |
Definition at line 182 of file sbMediaExportPrefController.cpp.
PRBool sbMediaExportPrefController::GetShouldStartExportAgent | ( | ) |
Definition at line 176 of file sbMediaExportPrefController.cpp.
nsresult sbMediaExportPrefController::Init | ( | sbMediaExportPrefListener * | aListener | ) |
Definition at line 56 of file sbMediaExportPrefController.cpp.
nsresult sbMediaExportPrefController::Shutdown | ( | ) |
Definition at line 91 of file sbMediaExportPrefController.cpp.