MMdfInputPortObserver Class Reference

class MMdfInputPortObserver

Codec API Input Port observer class.

Member Functions Documentation

MipoDisconnectTunnelComplete(const MMdfInputPort *, TInt)

voidMipoDisconnectTunnelComplete(const MMdfInputPort *aInputPort,
TIntaErrorCode
)[pure virtual]

Called by the Codec API Input Port when MipDisconnectTunnel() has completed.

Parameters

const MMdfInputPort * aInputPortThe Input Port which sent the callback.
TInt aErrorCodeAn error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.

MipoRestartTunnelComplete(const MMdfInputPort *, TInt)

voidMipoRestartTunnelComplete(const MMdfInputPort *aInputPort,
TIntaErrorCode
)[pure virtual]

Called by the Codec API Input Port when MipRestartTunnel() has completed.

Parameters

const MMdfInputPort * aInputPortThe Input Port which sent the callback.
TInt aErrorCodeAn error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.

MipoWriteDataComplete(const MMdfInputPort *, CMMFBuffer *, TInt)

voidMipoWriteDataComplete(const MMdfInputPort *aInputPort,
CMMFBuffer *aBuffer,
TIntaErrorCode
)[pure virtual]

Called by the Codec API Input Port when MipWriteData() has completed.

Parameters

const MMdfInputPort * aInputPortThe Input Port which sent the callback.
CMMFBuffer * aBufferThe data buffer which was written.
TInt aErrorCodeAn error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.