Uses of Class
com.evolution.player.core.media.MediaInfoBuilder

Packages that use MediaInfoBuilder
com.evolution.player.core.media   
 

Uses of MediaInfoBuilder in com.evolution.player.core.media
 

Methods in com.evolution.player.core.media that return MediaInfoBuilder
static MediaInfoBuilder<MediaInfo> MediaInfoBuilder.createBuilder()
          Create a builder which does modify a data structure in memory.
static MediaInfoBuilder<LocalMediaInfo> MediaInfoBuilder.createLocalBuilder(java.io.File file)
          Create a builder which does modify the given file if such a builder exist.
 MediaInfoBuilder<E> MediaInfoBuilder.setAlbumName(java.lang.String name)
          Set the name of the album to the given string.
 MediaInfoBuilder<E> MediaInfoBuilder.setArtistName(java.lang.String name)
          Set the name of the artist to the given string.
 MediaInfoBuilder<E> MediaInfoBuilder.setMusicbrainzId(java.lang.String mbid, MediaInfo.MusicbrainzIdType type)
          Set the given musibrainz id of the given type.
 MediaInfoBuilder<E> MediaInfoBuilder.setSongName(java.lang.String name)
          Set the name of the song to the given string.
 MediaInfoBuilder<E> MediaInfoBuilder.setTag(java.lang.String key, java.lang.String value)
          Set the tag with the given key to the given value.
 MediaInfoBuilder<E> MediaInfoBuilder.setTrackNumber(int trackNumber)
          Set the track number of the song to the given number.