CMMFVideoHwDevice Class Reference

#include "devvideobase.h"

class CMMFVideoHwDevice : public CBase

Inherits from

  • CMMFVideoHwDevice

    Detailed Description

    CMMFVideoHwDevice is a base class for all video hardware devices.

    Member Function Documentation

    CustomInterface ( TUid )

    TAny *CustomInterface(TUidaInterface)[pure virtual]

    Retrieves a custom interface to the device.

    ParameterDescription
    aInterface"Interface UID, defined with the custom interface."

    Returns: "Pointer to the interface implementation, or NULL if the device does not implement the interface requested. The return value must be cast to the correct type by the user."