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

Packages that use MediaId
com.evolution.player.core.media   
com.evolution.player.core.network   
 

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

Methods in com.evolution.player.core.media that return MediaId
 MediaId MediaInfo.getId()
          The global unique id of this media.
 MediaId LocalMediaInfo.getId()
           
 MediaId[] IScoreBoard.getMedias()
          All medias stored in this score board.
 

Methods in com.evolution.player.core.media with parameters of type MediaId
 MediaInfo ILibrary.getMedia(MediaId id)
          Returns the media with the given id, if any.
 IScoreBoard.Score IScoreBoard.getScore(MediaId id)
          The score for the media with the given id, if any.
 void IWritableScoreBoard.remove(MediaId id)
          Remove the score for the media with the given id.
 void IWritableScoreBoard.score(MediaId id, IScoreBoard.Score score)
          Score the media with the given id.
 void IWritableScoreBoard.IScoreListener.scored(MediaId id, IScoreBoard.Score score)
          The score changed for the media with the given id to score.
 

Uses of MediaId in com.evolution.player.core.network
 

Methods in com.evolution.player.core.network with parameters of type MediaId
 void IClient.getMediaDetails(IRemoteNetworkNode node, MediaId[] medias)
          Collect information about the given medias.