| class CFrameInfoStrings : public CBase |
Class used to maintain frame information stored in codec specific resource files.
| Public Member Functions | |
|---|---|
| ~CFrameInfoStrings() | |
| IMPORT_C TInt | Count() |
| IMPORT_C const TPtrC | Decoder() |
| IMPORT_C const TPtrC | Depth() |
| IMPORT_C const TPtrC | Details() |
| IMPORT_C const TPtrC | Dimensions() |
| IMPORT_C const TPtrC | Format() |
| IMPORT_C CFrameInfoStrings * | NewL() |
| IMPORT_C CFrameInfoStrings * | NewLC() |
| IMPORT_C void | SetDecoderL(const TDesC &) |
| IMPORT_C void | SetDepthL(const TDesC &) |
| IMPORT_C void | SetDetailsL(const TDesC &) |
| IMPORT_C void | SetDimensionsL(const TDesC &) |
| IMPORT_C void | SetFormatL(const TDesC &) |
| IMPORT_C const TPtrC | String(TInt) |
| Private Member Functions | |
|---|---|
| CFrameInfoStrings() | |
| void | ConstructL() |
| void | SetStringL(TInt, const TDesC &) |
| Private Member Enumerations | |
|---|---|
| enum | TFrameInfoStringIndex { EDecoder = 0, EFormat = 1, EDimensions = 2, EDepth = 3, EDetails = 4 } |
| Private Attributes | |
|---|---|
| CDesCArray * | iFrameInfoStrings |
| IMPORT_C void | SetDecoderL | ( | const TDesC & | aString | ) |
| const TDesC & aString |
| IMPORT_C void | SetDepthL | ( | const TDesC & | aString | ) |
| const TDesC & aString |
| IMPORT_C void | SetDetailsL | ( | const TDesC & | aString | ) |
| const TDesC & aString |
| IMPORT_C void | SetDimensionsL | ( | const TDesC & | aString | ) |
| const TDesC & aString |
| IMPORT_C void | SetFormatL | ( | const TDesC & | aString | ) |
| const TDesC & aString |
| EDecoder = 0 | |
| EFormat = 1 | |
| EDimensions = 2 | |
| EDepth = 3 | |
| EDetails = 4 |