class MBubbleVideoPlayerObserver |
Video player observer interface.
BubbleManager S60 v3.2
Public Member Functions | |
---|---|
void | HandleVideoPlayerBlittingAreaDefined(const TRect &) |
void | HandleVideoPlayerError(TBubbleVideoPlayerErrorEvent, TInt) |
void | HandleVideoPlayerInitComplete() |
void | HandleVideoPlayerPlayingComplete() |
Public Member Enumerations | |
---|---|
enum | TBubbleVideoPlayerErrorEvent { EVideoPlayerInitializingFailure, EVideoPlayerPlayingFailure } |
void | HandleVideoPlayerBlittingAreaDefined | ( | 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
const TRect & aBlitRect | Blit rectangle relative to screen. |
void | HandleVideoPlayerError | ( | TBubbleVideoPlayerErrorEvent | aEvent, |
TInt | aError | |||
) | [pure virtual] |
This method is called when playing error occurs.
S60 v3.2
TBubbleVideoPlayerErrorEvent aEvent | Error event. |
TInt aError | Error code. |
void | HandleVideoPlayerInitComplete | ( | ) | [pure virtual] |
This method is called when player initialization is complete.
S60 v3.2
void | HandleVideoPlayerPlayingComplete | ( | ) | [pure virtual] |
This method is called when video clip has played to end.
S60 v3.2