MOmxInputPortCallbacks Class Reference

class MOmxInputPortCallbacks

OpenMAX Input Port observer class.

Public Member Functions
TInt EmptyBufferDone(OMX_HANDLETYPE, const CMMFBuffer *)

Member Functions Documentation

EmptyBufferDone(OMX_HANDLETYPE, const CMMFBuffer *)

TInt EmptyBufferDone(OMX_HANDLETYPEaComponent,
const CMMFBuffer *aBuffer
)[pure virtual]

Returns the buffer that has been emptied.

Parameters

OMX_HANDLETYPE aComponentThe handle to the OpenMAX component sending the callback.
const CMMFBuffer * aBufferThe buffer returned by the OpenMAX component.