All Implemented Interfaces:
TagBase, AudioAttributable, Serializable, Cloneable

public class Loop extends AbstractAttribute implements AudioAttributable
<element loop> A Boolean attribute; if specified, will automatically seek back to the start upon reaching the end of the audio.
Since:
1.0.0
See Also:
  • Constructor Details

    • Loop

      public Loop()
    • Loop

      public Loop(String value)
      Parameters:
      value - the value may be loop
      Since:
      1.1.4
    • Loop

      public Loop(Boolean loop)
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0
    • isLoop

      public boolean isLoop()
      Returns:
      the loop
      Since:
      1.0.0
    • setLoop

      public void setLoop(Boolean loop)
      Parameters:
      loop - the loop to set. null will remove the value.
      Since:
      1.0.0