drastic.mCmdIF
Class EdlXlat.dEdlLine

java.lang.Object
  extended bydrastic.mCmdIF.EdlXlat.DCLIP
      extended bydrastic.mCmdIF.EdlXlat.dEdlLine
Enclosing class:
EdlXlat

public class EdlXlat.dEdlLine
extends EdlXlat.DCLIP

Title: dEdlLine

Description: typedef struct tag EDL_LINE : DCLIP

Copyright: Copyright (c) 2003

Company: Drastic Technologies Ltd.

Version:
1.0
Author:
Dean Mitrovich

Field Summary
 char[] arcNU
          Filler
 char cFXType
          Usually 'C'ut, 'D'issolve, 'W'ipe
 long dwFlags
          Flags for this line
 long dwFlagsFound
           
 long dwFXDur
          Duration of effect
 long dwFXNum
          Wipe number, etc
 long dwRecIn
          Recorder in point (pass 0 for auto gen rec)
 long dwRecOut
          Recorder out point (pass 0 for auto gen rec)
 long dwReelID
          Reel ID Number
 long lSpeed
          Play speed (65520 = play, 0 = pause, -65520 = rev play
 java.lang.String szFXSrc
          Reel name
 java.lang.String szLine
           
 
Fields inherited from class drastic.mCmdIF.EdlXlat.DCLIP
dwAudChan, dwClipAux, dwClipEnd, dwClipID, dwClipIn, dwClipOut, dwClipStart, dwInfChan, dwVidChan, szClipName, szComment, szName, szReel
 
Constructor Summary
EdlXlat.dEdlLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dwFlags

public long dwFlags
Flags for this line


dwFlagsFound

public long dwFlagsFound

dwRecIn

public long dwRecIn
Recorder in point (pass 0 for auto gen rec)


dwRecOut

public long dwRecOut
Recorder out point (pass 0 for auto gen rec)


cFXType

public char cFXType
Usually 'C'ut, 'D'issolve, 'W'ipe


arcNU

public char[] arcNU
Filler


dwFXNum

public long dwFXNum
Wipe number, etc


dwFXDur

public long dwFXDur
Duration of effect


szFXSrc

public java.lang.String szFXSrc
Reel name


lSpeed

public long lSpeed
Play speed (65520 = play, 0 = pause, -65520 = rev play


dwReelID

public long dwReelID
Reel ID Number


szLine

public java.lang.String szLine
Constructor Detail

EdlXlat.dEdlLine

public EdlXlat.dEdlLine()