MVideoLoadingObserver Class Reference

#include <videoplayer.h>

class MVideoLoadingObserver
Public Member Functions
pure virtual voidMvloLoadingComplete()
pure virtual voidMvloLoadingStarted()

Detailed Description

This is a mixin class that allows a client to receive notification of rebuffering operations occurring in the video player

Since
7.0s

Member Function Documentation

MvloLoadingComplete ( )

voidMvloLoadingComplete()[pure virtual]

Notification that video clip loading/rebuffering has completed

Since
7.0s

MvloLoadingStarted ( )

voidMvloLoadingStarted()[pure virtual]

Notification that video clip loading/rebuffering has started

Since
7.0s