All Packages Class Hierarchy This Package Next Index
Class Pasiphae.Audio
java.lang.Object
|
+----Pasiphae.MIMEDoc
|
+----Pasiphae.Audio
- class Audio
- extends MIMEDoc
les infos generiques caracteristiques d'un fichier audio
channels-
duration-
Audio(HttpURLConnection)
-
getChannels()
-
getDuration()
-
setChannels(int)
-
setDuration(int)
-
toString()
-
duration
protected int duration
channels
protected int channels
Audio
public Audio(HttpURLConnection urlc)
setDuration
public void setDuration(int duration)
setChannels
public void setChannels(int channels)
getDuration
public int getDuration()
getChannels
public int getChannels()
toString
public String toString()
- Overrides:
- toString in class MIMEDoc
All Packages Class Hierarchy This Package Next Index