MMDUChunkDataObserver Class Reference
class MMDUChunkDataObserver |
Observer to MetaDataUtility for processing data asynchronously
MetaDataUtility.lib
Member Functions Documentation
HandleChunkDataComplete(TInt)
void | HandleChunkDataComplete | ( | TInt | aError | ) | [pure virtual] |
Parameters
TInt aError | a return error code KErrNone KErrNoMemory KErrCorrupt |
HandleChunkDataProcessed(TInt)
void | HandleChunkDataProcessed | ( | TInt | aError | ) | [pure virtual] |
Notify that processing of the previous received chunk has completed. User can call CMetaDataUtility::ProcessChunkData() to send a new chunk. No Additional chunks should be sent, when there is an error. This will be called when Final Chunk is sent and no metadata is found.
Parameters
TInt aError | a return error code KErrNone KErrNoMemory KErrCorrupt KErrNotFound |
HandleChunkDataReadyToBeParsed()
void | HandleChunkDataReadyToBeParsed | ( | ) | [pure virtual] |
Notify that collecting of metadata has completed. No Additional chunks should be sent through ProcessChunkData(), All metadata have been collected, and ready to be parsed. User need to call CMetaDataUtility::ParseChunkData() to parse the data
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.