org.jtgl.ext.media
Interface Player


public interface Player

Represents a media player

Author:
Manuel Polo (manuel_polo at yahoo dot es)

Method Summary
 void deallocate()
           
 void prefetch()
           
 void realize()
           
 void setLoopCount(int count)
           
 void start()
           
 void stop()
           
 

Method Detail

prefetch

void prefetch()
              throws MediaException
Throws:
MediaException

realize

void realize()
             throws MediaException
Throws:
MediaException

deallocate

void deallocate()

setLoopCount

void setLoopCount(int count)

start

void start()
           throws MediaException
Throws:
MediaException

stop

void stop()
          throws MediaException
Throws:
MediaException