MDisplaySinkObserver Class Reference

class MDisplaySinkObserver

MDisplaySinkObserver

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

DisplaySink.lib

Public Member Functions
void VideoFrameSizeChangedL (const TSize &, const TSize &)

Member Functions Documentation

VideoFrameSizeChangedL(const TSize &, const TSize &)

void VideoFrameSizeChangedL ( 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 & aFrom Current frame size.
const TSize & aTo New frame size.