android.media
Class Ringtone

java.lang.Object
  extended by android.media.Ringtone

public class Ringtone
extends Object


Method Summary
 int getStreamType()
           
 String getTitle(Context context)
           
 boolean isPlaying()
           
 void play()
           
 void setStreamType(int streamType)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setStreamType

public void setStreamType(int streamType)

getStreamType

public int getStreamType()

getTitle

public String getTitle(Context context)

play

public void play()

stop

public void stop()

isPlaying

public boolean isPlaying()


Copyright © 2008-2012. All Rights Reserved.