Interface that supports a subset of the operations on {@link android.media.MediaPlayer}.
This subset is arbitrarily defined - at the moment it is the subset that the voicemail
playback requires.
This interface exists to make alternate implementations to the standard media player
swappable, as well as making it much easier to test code that directly uses a media player. |