MMdfInputPortObserver Class Reference

class MMdfInputPortObserver

Codec API Input Port observer class.

Member Functions Documentation

MipoDisconnectTunnelComplete(const MMdfInputPort *, TInt)

void MipoDisconnectTunnelComplete ( const MMdfInputPort * aInputPort,
TInt aErrorCode
) [pure virtual]

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

Parameters

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

MipoRestartTunnelComplete(const MMdfInputPort *, TInt)

void MipoRestartTunnelComplete ( const MMdfInputPort * aInputPort,
TInt aErrorCode
) [pure virtual]

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

Parameters

const MMdfInputPort * aInputPort The Input Port which sent the callback.
TInt aErrorCode An 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)

void MipoWriteDataComplete ( const MMdfInputPort * aInputPort,
CMMFBuffer * aBuffer,
TInt aErrorCode
) [pure virtual]

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

Parameters

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