Uses of Class
com.evolution.player.core.media.MediaInfo.MusicbrainzIdType

Packages that use MediaInfo.MusicbrainzIdType
com.evolution.player.core.media   
 

Uses of MediaInfo.MusicbrainzIdType in com.evolution.player.core.media
 

Methods in com.evolution.player.core.media that return MediaInfo.MusicbrainzIdType
static MediaInfo.MusicbrainzIdType MediaInfo.MusicbrainzIdType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MediaInfo.MusicbrainzIdType[] MediaInfo.MusicbrainzIdType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolution.player.core.media with parameters of type MediaInfo.MusicbrainzIdType
abstract  java.lang.String MediaInfo.getMusicbrainzId(MediaInfo.MusicbrainzIdType type)
          The musicbrainz id of this media, if any.
 MediaInfoBuilder<E> MediaInfoBuilder.setMusicbrainzId(java.lang.String mbid, MediaInfo.MusicbrainzIdType type)
          Set the given musibrainz id of the given type.