MMdfOutputPortObserver Class Reference

class MMdfOutputPortObserver

Codec API Output Port observer class.

Member Functions Documentation

MopoDisconnectTunnelComplete(const MMdfOutputPort *, TInt)

void MopoDisconnectTunnelComplete ( const MMdfOutputPort * aOutputPort,
TInt aErrorCode
) [pure virtual]

Called by the Codec API Output Port when MopDisconnectTunnel() has completed.

Parameters

const MMdfOutputPort * aOutputPort The Output 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.

MopoReadDataComplete(const MMdfOutputPort *, CMMFBuffer *, TInt)

void MopoReadDataComplete ( const MMdfOutputPort * aOutputPort,
CMMFBuffer * aBuffer,
TInt aErrorCode
) [pure virtual]

Called by the Codec API Output Port when MopReadData() has completed.

Parameters

const MMdfOutputPort * aOutputPort The Output Port which sent the callback.
CMMFBuffer * aBuffer The buffer read by the Output Port.
TInt aErrorCode An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.

MopoRestartTunnelComplete(const MMdfOutputPort *, TInt)

void MopoRestartTunnelComplete ( const MMdfOutputPort * aOutputPort,
TInt aErrorCode
) [pure virtual]

Called by the Codec API Output Port when MopRestartTunnel() has completed.

Parameters

const MMdfOutputPort * aOutputPort The Ouput 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.