CMMFControllerExtendedData Class Reference
class CMMFControllerExtendedData : public CMMFObject
|
The controller proxy session.
Only one session can be connected to a controller proxy server.
Inherits from
-
CMMFControllerExtendedData
Constructor & Destructor Documentation
CMMFControllerExtendedData()
CMMFControllerExtendedData
|
(
|
)
|
|
~CMMFControllerExtendedData()
~CMMFControllerExtendedData
|
(
|
)
|
|
Member Functions Documentation
HandleRequest(TMMFMessage &)
void
|
HandleRequest
|
(
|
TMMFMessage
&
|
aMessage
|
)
|
[virtual]
|
Passes a message to the object to handle.
This is a pure virtual method to be implemented by concrete classes derived from this class.
The message passed in MUST be completed by the object; however, it can be copied to be completed at a later time, should some other asynchronous action need to occur first.
Parameters
TMMFMessage
& aMessage
|
The message to be handled. This MUST be completed by the object.
|
ResetSourceSinkInitData()
void
|
ResetSourceSinkInitData
|
(
|
)
|
|
SecureDrmMode()
TBool
|
SecureDrmMode
|
(
|
)
|
const
|
SetClientThreadId(TThreadId)
void
|
SetClientThreadId
|
(
|
TThreadId
|
aClientThreadId
|
)
|
|
SetSecureDrmMode(TBool)
void
|
SetSecureDrmMode
|
(
|
TBool
|
aSecureDrmMode
|
)
|
|
SetSourceSinkInitData(HBufC8 *)
void
|
SetSourceSinkInitData
|
(
|
HBufC8
*
|
aSourceSinkInitData
|
)
|
|
SourceSinkInitData()
HBufC8
*
|
SourceSinkInitData
|
(
|
)
|
const
|
Member Data Documentation
TThreadId
iClientThreadId
TBool
iSecureDrmMode
TBool
|
iSecureDrmMode
|
[private]
|
HBufC8 * iSourceSinkInitData
HBufC8
*
|
iSourceSinkInitData
|
[private]
|
Extended data uses by
CMMFController
: Source/Sink initialization data It serves as a temporary storage for Source/Sink initialization Client should request the server to use and cleanup this variable ASAP once it is being loaded
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.