| class TVSStillImageDataProviderParams |
Initialization settings class for still image provider.
videosource.lib
| Public Member Functions | |
|---|---|
| TVSStillImageDataProviderParams () | |
| TVSStillImageDataProviderParams (const TInitialize ) | |
| TVSStillImageDataProviderParams (const TFileName &) | |
| Public Member Enumerations | |
|---|---|
| enum | TInitialize { EInitializeAsBlankImage , EInitializeFromGeneralSettings , EInitializeFromFile , EInitializeAsDefaultStillImage } |
| Public Attributes | |
|---|---|
| TFileName | iFileName |
| TInitialize | iInitialize |
| TVSStillImageDataProviderParams | ( | ) | [inline] |
Constructor, set iInitialize to EInitializeAsBlankImage. iFileName is initialized as an empty descriptor.
| TVSStillImageDataProviderParams | ( | const TInitialize | aInitialize | ) | [inline] |
Constructor. iFileName is initialized as an empty descriptor.
| const TInitialize aInitialize | Defines how provider must be initialized. |
| TVSStillImageDataProviderParams | ( | const TFileName & | aFileName | ) | [inline] |
Constructor. iInitialize is set to EInitializeFromFile.
| const TFileName & aFileName | Name of the file from which this instance will be initialized. |
Enumeration that defines different initialization types.
| EInitializeAsBlankImage |
Created as blank image |
| EInitializeFromGeneralSettings |
Image will be load from General Settings |
| EInitializeFromFile |
Image will be from file |
| EInitializeAsDefaultStillImage |
Imge will be load from phone server |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.