Class Music

  • All Implemented Interfaces:

    
    public final class Music
    
                        

    Represents a music track.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTitle() Track title.
      final Unit setTitle(String title) Track title.
      final String getLink() Track file URL, see this for supported audio formats.
      final Unit setLink(String link) Track file URL, see this for supported audio formats.
      final String getSubtitle() Track subtitle.
      final Unit setSubtitle(String subtitle) Track subtitle.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait