MDisplaySinkObserver Class Reference

class MDisplaySinkObserver

MDisplaySinkObserver

Sink observer API. Currently only frame size changes are reported using this IF.

DisplaySink.lib

Public Member Functions
voidVideoFrameSizeChangedL(const TSize &, const TSize &)

Member Functions Documentation

VideoFrameSizeChangedL(const TSize &, const TSize &)

voidVideoFrameSizeChangedL(const TSize &aFrom,
const TSize &aTo
)[pure virtual]
When incoming video frame size changes, this callback will be called.
Exceptions
May

leave with one of the system wide error codes. otherwise.

Parameters

const TSize & aFromCurrent frame size.
const TSize & aToNew frame size.