MBubbleVideoPlayerObserver Class Reference

class MBubbleVideoPlayerObserver

Video player observer interface.

BubbleManager S60 v3.2

Member Functions Documentation

HandleVideoPlayerBlittingAreaDefined(const TRect &)

voidHandleVideoPlayerBlittingAreaDefined(const TRect &aBlitRect)[pure virtual]

This method is called when player knows exact blitting area, the screen area that will be covered by video image. Observer may relayout the container window accordingly.

S60 v3.2

Parameters

const TRect & aBlitRectBlit rectangle relative to screen.

HandleVideoPlayerError(TBubbleVideoPlayerErrorEvent, TInt)

voidHandleVideoPlayerError(TBubbleVideoPlayerErrorEventaEvent,
TIntaError
)[pure virtual]

This method is called when playing error occurs.

S60 v3.2

Parameters

TBubbleVideoPlayerErrorEvent aEventError event.
TInt aErrorError code.

HandleVideoPlayerInitComplete()

voidHandleVideoPlayerInitComplete()[pure virtual]

This method is called when player initialization is complete.

S60 v3.2

HandleVideoPlayerPlayingComplete()

voidHandleVideoPlayerPlayingComplete()[pure virtual]

This method is called when video clip has played to end.

S60 v3.2

Member Enumerations Documentation

Enum TBubbleVideoPlayerErrorEvent

Enumerators

EVideoPlayerInitializingFailure
EVideoPlayerPlayingFailure