CMMFVideoHwDevice Class Reference

class CMMFVideoHwDevice : public CBase

CMMFVideoHwDevice is a base class for all video hardware devices.

Inherits from

Member Functions Documentation

CustomInterface(TUid)

TAny *CustomInterface(TUidaInterface)[pure virtual]

Retrieves a custom interface to the device. "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."

Parameters

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