JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
MediaPlayerListener::Owner Struct Referenceabstract

#include <juce_android_Video.h>

Inheritance diagram for MediaPlayerListener::Owner:

Public Member Functions

virtual ~Owner ()
 
virtual void onBufferingUpdate (LocalRef< jobject > &mediaPlayer, int progress)=0
 
virtual void onCompletion (LocalRef< jobject > &mediaPlayer)=0
 
virtual bool onError (LocalRef< jobject > &mediaPlayer, int what, int extra)=0
 
virtual bool onInfo (LocalRef< jobject > &mediaPlayer, int what, int extra)=0
 
virtual void onPrepared (LocalRef< jobject > &mediaPlayer)=0
 
virtual void onSeekComplete (LocalRef< jobject > &mediaPlayer)=0
 

Constructor & Destructor Documentation

◆ ~Owner()

virtual MediaPlayerListener::Owner::~Owner ( )
inlinevirtual

Member Function Documentation

◆ onBufferingUpdate()

virtual void MediaPlayerListener::Owner::onBufferingUpdate ( LocalRef< jobject > &  mediaPlayer,
int  progress 
)
pure virtual

◆ onCompletion()

virtual void MediaPlayerListener::Owner::onCompletion ( LocalRef< jobject > &  mediaPlayer)
pure virtual

◆ onError()

virtual bool MediaPlayerListener::Owner::onError ( LocalRef< jobject > &  mediaPlayer,
int  what,
int  extra 
)
pure virtual

◆ onInfo()

virtual bool MediaPlayerListener::Owner::onInfo ( LocalRef< jobject > &  mediaPlayer,
int  what,
int  extra 
)
pure virtual

◆ onPrepared()

virtual void MediaPlayerListener::Owner::onPrepared ( LocalRef< jobject > &  mediaPlayer)
pure virtual

◆ onSeekComplete()

virtual void MediaPlayerListener::Owner::onSeekComplete ( LocalRef< jobject > &  mediaPlayer)
pure virtual

The documentation for this struct was generated from the following file: