Table of Contents

MediaPlayer control

Methods

Some controls use the same methods.
For examples of the same methods look here.

Method Description
Mediaplayer.Close()
Mediaplayer.GetDuration()
Mediaplayer.GetType()
Mediaplayer.IsLooping()
Mediaplayer.IsPlaying()
Mediaplayer.IsReady()
Mediaplayer.Pause()
Mediaplayer.Play()
Mediaplayer.Release()
Mediaplayer.SeekTo( seconds )
Mediaplayer.SetFile( filename )
Mediaplayer.SetLooping( loop )
Mediaplayer.SetOnComplete( callback )
Mediaplayer.SetOnReady( callback )
Mediaplayer.SetOnSeekDone( callback )
Mediaplayer.SetVolume( left,right )
Mediaplayer.Stop()