Interface SoundWave.TransportControl

  • Enclosing interface:
    SoundWave


    public static interface SoundWave.TransportControl
    • Method Detail

      • play

        void play()
        Plays the sound sample. Registered SoundWaveListener objects are notified with a START event.
      • setLoop

        void setLoop(boolean on)
      • isLoopOn

        boolean isLoopOn()
      • stop

        void stop()
      • pause

        void pause()
      • rew

        void rew()
      • fwd

        void fwd()
      • getPlayPosition

        float getPlayPosition()