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)
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.
|
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.