Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <devvideobase.h>
This item is not part of the S60 5th Edition SDK

Class CMMFVideoHwDevice

class CMMFVideoHwDevice : public CBase;

Description

CMMFVideoHwDevice is a base class for all video hardware devices.

Derivation

Members

Defined in CMMFVideoHwDevice:

Inherited from CBase:


Member functions


CustomInterface(TUid)

virtual TAny* CustomInterface(TUid aInterface)=0;

Description

Retrieves a custom interface to the device.

Parameters

TUid aInterface

"Interface UID, defined with the custom interface."

Return value

TAny *

"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."