|
||
class PlayerApplicationSettingsResourceInit;
This is a helper API allowing CPlayerApplicationSettings
to be initialised via a resource file. Using a resource file may help to provide localised text for the attributes and values,
according to current language setting of the phone.
Defined in PlayerApplicationSettingsResourceInit
:
DefineAttributesL(MPlayerApplicationSettingsObserver &,CResourceFile &)
Defines multiple attributes supported by this player, which are listed in a reso...IMPORT_C static void DefineAttributesL(MPlayerApplicationSettingsObserver &aSettings, CResourceFile &aResource);
Defines multiple attributes supported by this player, which are listed in a resource file.
|
|