Location:
VideoPlayer.h
class MVideoLoadingObserver;
This is a mixin class to allow a client to receive notification of rebuffering operations occurring in the video player
Defined in MVideoLoadingObserver
:
MvloLoadingComplete()
, MvloLoadingStarted()
virtual void MvloLoadingStarted()=0;
Notification that video clip loading/rebuffering has started
virtual void MvloLoadingComplete()=0;
Notification that video clip loading/rebuffering has completed