drastic.mCmdIF
Class EdlXlat.dEdlHandle

java.lang.Object
  extended bydrastic.mCmdIF.EdlXlat.dEdlHandle
Direct Known Subclasses:
EdlXlat.pdEdlHandle
Enclosing class:
EdlXlat

public class EdlXlat.dEdlHandle
extends java.lang.Object

Title: dEdlHandle

Description:

Copyright: Copyright (c) 2003

Company: Drastic Technologies Ltd.

Version:
1.0
Author:
Dean mitrovich

Field Summary
 long dwEditCount
          Current edit line
 long dwFileFlags
          Read, write, etc
 long dwRecorderIn
          Next recorder in for auto gen
 long dwTCFlags
          TC handling flags
 EdlXlat.dEdlList edlList
          The initial list structure
 java.io.File f
          The edl file
 long fpPos
           
 boolean fRead
          Reading or writing
 java.lang.StringBuffer pBuf
           
 
Constructor Summary
EdlXlat.dEdlHandle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fRead

public boolean fRead
Reading or writing


f

public java.io.File f
The edl file


fpPos

public long fpPos

dwFileFlags

public long dwFileFlags
Read, write, etc


dwTCFlags

public long dwTCFlags
TC handling flags


dwEditCount

public long dwEditCount
Current edit line


dwRecorderIn

public long dwRecorderIn
Next recorder in for auto gen


edlList

public EdlXlat.dEdlList edlList
The initial list structure


pBuf

public java.lang.StringBuffer pBuf
Constructor Detail

EdlXlat.dEdlHandle

public EdlXlat.dEdlHandle()