User Tools

Site Tools


built_in:mediaplayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
built_in:mediaplayer [2014/12/18 20:12]
bcarroll created
built_in:mediaplayer [2015/11/02 19:19] (current)
Line 3: Line 3:
  
 ===== Methods ===== ===== Methods =====
-^Method ^Description ^ +Some controls use the same methods.\\ 
-|MediaPlayer.SetFile(p1) | | +For examples of the **[[same methods]]** look here. 
-|MediaPlayer.Close() | | +^ Method                                 ^ Description  
-|MediaPlayer.Play() | | +Mediaplayer.Close()                                 
-|MediaPlayer.Pause() | | +Mediaplayer.GetDuration()                           
-|MediaPlayer.Stop() | | +Mediaplayer.GetType()                               
-|MediaPlayer.IsReady() | | +Mediaplayer.IsLooping()                             
-|MediaPlayer.IsPlaying() | | +Mediaplayer.IsPlaying()                             
-|MediaPlayer.IsLooping() | | +Mediaplayer.IsReady()                               
-|MediaPlayer.SeekTo(p1) | | +Mediaplayer.Pause()                                 
-|MediaPlayer.GetPosition() | | +Mediaplayer.Play()                                  | 
-|MediaPlayer.GetDuration() | | +| Mediaplayer.Release()                               
-|MediaPlayer.SetVolume(p1,p2) | | +Mediaplayer.SeekTo( seconds                       
-|MediaPlayer.SetOnReady(p1) | | +Mediaplayer.SetFilefilename                     
-|MediaPlayer.SetOnComplete(p1) | | +Mediaplayer.SetLoopingloop                      
-|MediaPlayer.SetOnSeekDone(p1) | |+Mediaplayer.SetOnCompletecallback               
 +Mediaplayer.SetOnReady( callback                  
 +Mediaplayer.SetOnSeekDonecallback               
 +Mediaplayer.SetVolume( left,right )    |              | 
 +| Mediaplayer.Stop()                                  |
  
built_in/mediaplayer.1418933563.txt.gz · Last modified: 2014/12/19 04:12 (external edit)