com.evolution.player.core.media
Interface IBannedMedias


public interface IBannedMedias

Banned medias are banned by the user. Banned medias should never be played.

Since:
0.6
See Also:
EvolutionPlayerCore.getBannedMedias()

Method Summary
 boolean isBanned(MediaInfo media)
          Is the given media banned?
 

Method Detail

isBanned

boolean isBanned(MediaInfo media)
Is the given media banned?

Parameters:
media - the media to inspect
Returns:
true if the media is banned