|
||
class MVideoLoadingObserver;
This is a mixin class that allows a client to receive notification of rebuffering operations occurring in the video player
Defined in MVideoLoadingObserver
:
MvloLoadingComplete()
Notification that video clip loading/rebuffering has completedMvloLoadingStarted()
Notification that video clip loading/rebuffering has startedvirtual void MvloLoadingStarted()=0;
Notification that video clip loading/rebuffering has started
virtual void MvloLoadingComplete()=0;
Notification that video clip loading/rebuffering has completed