multimedia
Class FlowVideoDefinition

java.lang.Object
  |
  +--multimedia.FlowDefinition
        |
        +--multimedia.FlowVideoDefinition

public class FlowVideoDefinition
extends FlowDefinition

Must redefined the abstract class FlowDefinition

Version:
0.1, Jun 16, 2003
Author:
mladoue

Constructor Summary
FlowVideoDefinition(GenericAggregatedModel gam, VideoCodec codec, int duration, int srcNumber)
          Permit to describe a video flow throw its model, codec, duration and source number
 
Methods inherited from class multimedia.FlowDefinition
getDuration, getModel, getSourceNumber, setDuration, setModel, setSourceNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowVideoDefinition

public FlowVideoDefinition(GenericAggregatedModel gam,
                           VideoCodec codec,
                           int duration,
                           int srcNumber)
Permit to describe a video flow throw its model, codec, duration and source number

Parameters:
gam -
duration -
srcNumber -