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


Variable Index

 o channels
 o duration

Constructor Index

 o Audio(HttpURLConnection)

Method Index

 o getChannels()
 o getDuration()
 o setChannels(int)
 o setDuration(int)
 o toString()

Variables

 o duration
protected int duration
 o channels
protected int channels

Constructors

 o Audio
public Audio(HttpURLConnection urlc)

Methods

 o setDuration
public void setDuration(int duration)
 o setChannels
public void setChannels(int channels)
 o getDuration
public int getDuration()
 o getChannels
public int getChannels()
 o toString
public String toString()
Overrides:
toString in class MIMEDoc

All Packages  Class Hierarchy  This Package  Next  Index