Uses of Interface
hmi.elckerlyc.Player

Packages that use Player
hmi.elckerlyc The Hmi BML realizer Elckerlyc. 
hmi.elckerlyc.animationengine   
hmi.elckerlyc.audioengine The AudioEngine is for playing sound fragments from disk (wav, mp3, etc). 
hmi.elckerlyc.faceengine   
hmi.elckerlyc.interrupt   
hmi.elckerlyc.speechengine   
hmi.elckerlyc.wait   
 

Uses of Player in hmi.elckerlyc
 

Methods in hmi.elckerlyc that return Player
 Player Planner.getPlayer()
          Returns the Player for this planner. useful for, e.g., resetting the player of any planner (see BMLRealizer.reset).
 

Uses of Player in hmi.elckerlyc.animationengine
 

Classes in hmi.elckerlyc.animationengine that implement Player
 class AnimationPlayer
           
 

Methods in hmi.elckerlyc.animationengine that return Player
 Player AnimationPlanner.getPlayer()
           
 

Uses of Player in hmi.elckerlyc.audioengine
 

Classes in hmi.elckerlyc.audioengine that implement Player
 class AudioPlayer
           
 

Methods in hmi.elckerlyc.audioengine that return Player
 Player AudioPlanner.getPlayer()
           
 

Uses of Player in hmi.elckerlyc.faceengine
 

Classes in hmi.elckerlyc.faceengine that implement Player
 class FacePlayer
          play faces... by sending FAPs or Morph targets to the facial animation module...
 

Methods in hmi.elckerlyc.faceengine that return Player
 Player FacePlanner.getPlayer()
           
 

Uses of Player in hmi.elckerlyc.interrupt
 

Classes in hmi.elckerlyc.interrupt that implement Player
 class InterruptPlayer
           
 

Methods in hmi.elckerlyc.interrupt that return Player
 Player InterruptPlanner.getPlayer()
           
 

Uses of Player in hmi.elckerlyc.speechengine
 

Classes in hmi.elckerlyc.speechengine that implement Player
 class VerbalPlayer
           
 

Methods in hmi.elckerlyc.speechengine that return Player
 Player TextPlanner.getPlayer()
           
 Player TTSPlanner.getPlayer()
           
 

Uses of Player in hmi.elckerlyc.wait
 

Classes in hmi.elckerlyc.wait that implement Player
 class WaitPlayer
           
 

Methods in hmi.elckerlyc.wait that return Player
 Player WaitPlanner.getPlayer()