MCMRMediaRecorderObserver Class Reference
class MCMRMediaRecorderObserver |
Media recorder observer interface
CAMCMEDIARECORDER.LIB
- Since
- 2.1
Member Functions Documentation
MmroFatalError(TInt)
void | MmroFatalError | ( | TInt | aError | ) | [pure virtual] |
Informs the user about a fatal runtime error (e.g. OOM). MediaRecorder must be deleted and recreated.
- Since
- 2.1
MmroPrepareComplete(TInt)
void | MmroPrepareComplete | ( | TInt | aError | ) | [pure virtual] |
Informs the user that PrepareL() has been completed with or without errors. If aError != KErrNone, media recorder remains in open state
- Since
- 2.1
MmroStateChange(TInt, TInt)
void | MmroStateChange | ( | TInt | aState, |
| TInt | aError |
| ) | [pure virtual] |
Informs the user about a state change. Useful to find out when a new prepare is needed after a setting was changed
- Since
- 2.1
Parameters
TInt aState | New state (CCMRMediaRecorder - TRecorderState) |
TInt aError | Error code |
MmroTemporaryError(TInt)
void | MmroTemporaryError | ( | TInt | aError | ) | [pure virtual] |
Informs the user about a temporary runtime error. Recording can't continue right now but it may be possible to continue later (e.g. audio HW was taken by a higher priority application)
- Since
- 2.1
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.