|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdrastic.mCmdIF.EdlXlat.DCLIP
This is the basis of all our clip handling. If is used in tcspace, clipspace, clipctrl, edlxlat and most other clip handling areas. It includes info on the clip, trim points, its position within a container, channels available, name, comment and reel.
Field Summary | |
long |
dwAudChan
Available audio channels bit array |
long |
dwClipAux
Clip Auxillary - used to denote picon frame, internal key frame, or other dependant on clip type |
long |
dwClipEnd
Clip End - the actual physical end of a clip + 1 (the outpoint is never included) |
long |
dwClipID
A Numeric Clip or Reel ID - Normally a reel id, but could also be a take or other info |
long |
dwClipIn
Clip In - user defined start of clip, trimmed from dwClipStart |
long |
dwClipOut
Clip In - user defined end of clip, trimmed from dwClipStart, max == Clip End (the outpoint is never included) |
long |
dwClipStart
Clip Start - the actual physical start of a clip (normally 0) |
long |
dwInfChan
Available information channels bit array |
long |
dwVidChan
Available video channels bit array |
java.lang.String |
szClipName
The Clip Name - For louth/odetics compatibility, this should be 8 characters + 0 terminator long |
java.lang.String |
szComment
User comment connected to this file. |
java.lang.String |
szName
The full name - Usually the file name of the media on disk |
java.lang.String |
szReel
Reel ID or string denoting source tape or media |
Constructor Summary | |
EdlXlat.DCLIP()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public long dwClipIn
public long dwClipOut
public long dwClipStart
public long dwClipEnd
public long dwClipAux
public long dwClipID
public long dwVidChan
public long dwAudChan
public long dwInfChan
public java.lang.String szClipName
public java.lang.String szName
public java.lang.String szComment
public java.lang.String szReel
Constructor Detail |
public EdlXlat.DCLIP()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |