android.media
public
class
android.media.Ringtone
Ringtone provides a quick method for playing a ringtone, notification, or
other similar types of sounds.
For ways of retrieving Ringtone objects or to show a ringtone
picker, see RingtoneManager.
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
public
int
getStreamType()
Gets the stream type where this ringtone will be played.
Returns a human-presentable title for ringtone. Looks in media and DRM
content providers. If not in either, uses the filename
Parameters
context
| A context used for querying.
|
public
boolean
isPlaying()
Whether this ringtone is currently playing.
Returns
- True if playing, false otherwise.
public
void
play()
Plays the ringtone.
public
void
setStreamType(int streamType)
Sets the stream type where this ringtone will be played.
public
void
stop()
Stops a playing ringtone.