CRemConMediaInformationTarget Class Reference

#include <mw/remconmediainformationtarget.h>

Link against: remconmediainformationapi.lib

class CRemConMediaInformationTarget : public CRemConInterfaceBase

Inherits from

  • CRemConMediaInformationTarget

    Detailed Description

    Client-instantiable type supporting sending media information.

    Constructor & Destructor Documentation

    ~CRemConMediaInformationTarget ( )

    IMPORT_C~CRemConMediaInformationTarget()

    Destructor

    Destructor.

    Member Function Documentation

    AttributeValue ( TMediaAttributeId, TDesC8 & )

    IMPORT_C TIntAttributeValue(TMediaAttributeIdaAttributeId,
    TDesC8 &aAttributeData
    )

    Called by the client in response to a MrcmitoGetCurrentlyPlayingMetadata() call. Each call provides one of the attribute values requested. This is repeatedly called until all attributes requested have been supplied and then followed by Completed().

    See also: MRemConMediaInformationTargetObserver::MrcmitoGetCurrentlyPlayingMetadata() CRemConMediaInformationTarget::Completed()

    Completed ( )

    IMPORT_C voidCompleted()

    Signal that all attributes requested by MrcmitoGetCurrentlyPlayingMetadata() have been supplied using the AttributeValue() method.

    See also: MRemConMediaInformationTargetObserver::MrcmitoGetCurrentlyPlayingMetadata() CRemConMediaInformationTarget::AttributeValue()

    NewL ( CRemConInterfaceSelector &, MRemConMediaInformationTargetObserver & )

    Factory function.

    ParameterDescription
    aInterfaceSelectorThe interface selector. The client must have created one of these first.
    aObserverThe observer of this interface.

    Returns: A new CRemConMediaInformationTarget, owned by the interface selector.