#include <mmf/common/mmfstandardcustomcommands.h>
| class MMMFVideoDRMExtCustomCommandImplementor |
| Public Member Functions | |
|---|---|
| pure virtual void | MvdeGetFrameL(MMMFVideoFrameMessage &, ContentAccess::TIntent) |
Mixin class to be derived from controller plugins that could support the DRM Intent
custom commands.
| void | MvdeGetFrameL | ( | MMMFVideoFrameMessage & | aVideoFrame, |
| ContentAccess::TIntent | aIntent | |||
| ) | [pure virtual] | |||
Gets a frame previously requested from the controller.
| Parameters | |
|---|---|
| aVideoFrame | The callback interface to allow the caller to retrieve a bitmap. |
| aIntent | The DRM Intent to supply. |