Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

composers.EDLComposer Class Reference

Inheritance diagram for composers.EDLComposer:

Inheritance graph
[legend]
Collaboration diagram for composers.EDLComposer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Simply take an existing EDL file and apply the various composer options (reverse, gain, etc.) to it.

Mostly created for output from visualizers.

Author:
Douglas Repetto

Definition at line 44 of file EDLComposer.java.

Public Methods

 EDLComposer (String[] args)
 SortComposer constructor.

void setup () throws IOException, ParserException
 Setup the Composer - read in files, etc.

EDLFile compose ()
 Compose an EDLFile.


Static Public Attributes

String description


Constructor & Destructor Documentation

composers.EDLComposer.EDLComposer String    args[] [inline]
 

SortComposer constructor.

Parses command line arguments

Definition at line 94 of file EDLComposer.java.

References composers.Composer.parseCommands().


Member Function Documentation

EDLFile composers.EDLComposer.compose   [inline, virtual]
 

Compose an EDLFile.

This is where the magic happens.

Implements composers.Composer.

Definition at line 181 of file EDLComposer.java.

void composers.EDLComposer.setup   throws IOException, ParserException [inline]
 

Setup the Composer - read in files, etc.

This should be called before any call to compose() to ensure that the inputs and outputs are properly initialized.

Reimplemented from composers.Composer.

Definition at line 160 of file EDLComposer.java.


Member Data Documentation

String composers.EDLComposer.description [static]
 

Initial value:

 "EDLComposer applies " +
                "composer options (gain, crossfade, etc.) to an existing " +
                ".edl file. It is meant to be used to generate output " +
                "from the visualizers."

Reimplemented from composers.Composer.

Definition at line 46 of file EDLComposer.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 6 19:02:31 2007 for MEAPsoft by doxygen1.2.18