multimedia.generation
Class MMPPNGeneration

java.lang.Object
  |
  +--multimedia.generation.GenericGeneration
        |
        +--multimedia.generation.MMPPNGeneration
All Implemented Interfaces:
AudioCodecExample, multimedia.codec.AudioCodecRTPIP, MyUnitDefinitions, RandomGenerator

public class MMPPNGeneration
extends GenericGeneration
implements RandomGenerator, AudioCodecExample


Field Summary
 
Fields inherited from class multimedia.generation.GenericGeneration
fileName
 
Fields inherited from interface statistic.RandomGenerator
random
 
Fields inherited from interface multimedia.codec.AudioCodecExample
G711, G723_1, G726, G728, G729
 
Fields inherited from interface utils.definitions.MyUnitDefinitions
BYTES, GIGABYTES, KILOBYTES, MEGABYTES
 
Constructor Summary
MMPPNGeneration()
           
MMPPNGeneration(MMPPNModel model, int tpsSimul, int srcNumber, java.lang.String fichierReq, boolean graphic)
          Definition des parametres de generation de trafic ATTENTION ne marche pas dans le cas ou on defini un MMPP2 avec un taux d'emission non nul pour chacun des 2 etats
 
Method Summary
static void main(java.lang.String[] args)
          Methode: Main pour tester la classe
 void setMMPPNModel(MMPPNModel mmppnm)
           
 
Methods inherited from class multimedia.generation.GenericGeneration
changeScenarioFileExtension, getDuration, getGeneratedPacketNumber, getGraphicMode, getResultFileName, getResultFilePath, getResultFileSize, getSourceNumber, getUnit, getUnit, scenarioGeneration, setDuration, setGraphicMode, setResultFileName, setSourceNumber, setUnit, statisticsGeneration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMPPNGeneration

public MMPPNGeneration()

MMPPNGeneration

public MMPPNGeneration(MMPPNModel model,
                       int tpsSimul,
                       int srcNumber,
                       java.lang.String fichierReq,
                       boolean graphic)
                throws java.io.IOException
Definition des parametres de generation de trafic ATTENTION ne marche pas dans le cas ou on defini un MMPP2 avec un taux d'emission non nul pour chacun des 2 etats

Parameters:
tpsSimul -
fichierReq -
graphic -
Method Detail

setMMPPNModel

public void setMMPPNModel(MMPPNModel mmppnm)

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Methode: Main pour tester la classe

java.io.IOException