diff -r f5ec9446e5bf -r e8773a61782d camerauis/cameraapp/generic/inc/CamSettingsModel.h --- a/camerauis/cameraapp/generic/inc/CamSettingsModel.h Mon Jan 18 20:06:55 2010 +0200 +++ b/camerauis/cameraapp/generic/inc/CamSettingsModel.h Tue Jan 26 11:44:00 2010 +0200 @@ -500,6 +500,15 @@ */ void VideoSceneHasChangedL( TInt aSettingValue ); + /** + * Returns the default value of a setting for a video scene item. + * @param aSceneId the id of the scene item. + * @param aSetting the id of the setting item. + * @return the default value + * @since 2.8 + */ + TInt DefaultSettingValueForVideoScene( TInt aSceneId, TInt aSetting ) const; + /** * Returns the maximum allowed quality for a photo scene.