Media Authoring
with Java API

tv.amwa.maj.iface
Interface EdgecodeSegment

All Superinterfaces:
Component, InterchangeObject, Segment
All Known Implementing Classes:
EdgecodeSegment

public interface EdgecodeSegment
extends Segment

Specifies the storage of film edge code information.

See the section on naming conflicts in the package documentation.

Author:
Richard Cartwright
See Also:
makeEdgecodeSegment(), EdgecodeValue

Method Summary
 EdgecodeValue getEdgecode()
          Returns the edgecode value stored by this edgecode segment.
 
Methods inherited from interface tv.amwa.maj.iface.Segment
segmentOffsetToTC, segmentTCToOffset
 
Methods inherited from interface tv.amwa.maj.iface.Component
appendAttribute, appendAttribute, appendComment, appendComment, appendKLVData, countAttributes, countComments, countKLVData, getAttributes, getComments, getDataDefinition, getKLVData, getLength, removeAttribute, removeComment, removeKLVData, setDataDefinition, setLength
 
Methods inherited from interface tv.amwa.maj.iface.InterchangeObject
countProperties, createOptionalPropertyValue, disableGenerationTracking, enableGenerationTracking, getDefinition, getGeneration, getGenerationAUID, getProperties, getPropertyValue, isGenerationTracked, isPropertyPresent, omitOpionalProperty, setPropertyValue
 

Method Detail

getEdgecode

EdgecodeValue getEdgecode()

Returns the edgecode value stored by this edgecode segment.

Returns:
Edgecode value of this edgecode segment.
See Also:
makeEdgecodeValue()

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.