multimedia.codec
Class AudioCodec
java.lang.Object
|
+--multimedia.codec.CodecAV
|
+--multimedia.codec.AudioCodec
- public class AudioCodec
- extends CodecAV
Constructor Summary |
AudioCodec()
AudioCodec : Consctructeur par defaut |
AudioCodec(int size,
double IPTime)
AudioCodec : defines packet size and inter-packet time |
AudioCodec(int size,
double IPTime,
java.lang.String nameCodec)
AudioCodec : defines packet size and inter-packet time |
Method Summary |
int |
getSize()
|
double |
getTpsIP()
|
static void |
main(java.lang.String[] args)
Methode: Main pour tester la classe |
void |
setSize(int uneTaille)
|
void |
setTpsIP(double unTpsIP)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
taille
public int taille
tpsIP
public double tpsIP
SIZE
public static int SIZE
IPTIME
public static int IPTIME
AudioCodec
public AudioCodec()
- AudioCodec : Consctructeur par defaut
AudioCodec
public AudioCodec(int size,
double IPTime)
- AudioCodec : defines packet size and inter-packet time
- Parameters:
size
- defines size of packets (in bytes)IPTime
- defines Inter-packet time (in seconds)
AudioCodec
public AudioCodec(int size,
double IPTime,
java.lang.String nameCodec)
- AudioCodec : defines packet size and inter-packet time
- Parameters:
size
- defines size of packets (in bytes)IPTime
- defines Inter-packet time (in seconds)nameCodec
- defines the name of codec
getSize
public int getSize()
setSize
public void setSize(int uneTaille)
getTpsIP
public double getTpsIP()
setTpsIP
public void setTpsIP(double unTpsIP)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
main
public static void main(java.lang.String[] args)
- Methode: Main pour tester la classe