Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: devvideobase.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class CMMFVideoHwDevice

class CMMFVideoHwDevice : public CBase;

Description

CMMFVideoHwDevice is a base class for all video hardware devices.

Derivation

Members

Defined in CMMFVideoHwDevice:
CustomInterface()

Inherited from CBase:
Delete(), Extension_(), operator new()


Member functions


CustomInterface()

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