Interface MultiClip.Copy

All Superinterfaces:
Playable
Enclosing class:
MultiClip

public static interface MultiClip.Copy extends Playable
A handle on a copy of a clip. Used to play it.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Plays this copy of the sound and then releases it.
    void
    Releases this copy of the sound without playing it.

    Methods inherited from interface tripleplay.sound.Playable

    isPlaying, setVolume, stop, volume
  • Method Details

    • play

      void play()
      Plays this copy of the sound and then releases it.
      Specified by:
      play in interface Playable
    • release

      void release()
      Releases this copy of the sound without playing it.
      Specified by:
      release in interface Playable