#include "devvideobase.h"
| class CMMFVideoHwDevice : public CBase |
| Public Member Functions | |
|---|---|
| pure virtual TAny * | CustomInterface(TUid) |
CMMFVideoHwDevice is a base class for all video hardware devices.
Retrieves a custom interface to the device.
| Parameter | Description |
|---|---|
| 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."