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