class CMMFVideoHwDevice : public CBase |
CMMFVideoHwDevice is a base class for all video hardware devices.
Public Member Functions | |
---|---|
TAny * | CustomInterface(TUid) |
TAny * | CustomInterface | ( | TUid | aInterface | ) | [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."
TUid aInterface | "Interface UID, defined with the custom interface." |