|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommentMarker
Specifies a user comment associated with a point in time. A comment marker may have a source reference that specifies a text or audio annotation.
DescriptiveMarker
Method Summary | |
---|---|
SourceReferenceSegment |
getAnnotation()
Returns the annotation for this comment marker, which specifies a text or audio annotation. |
void |
setAnnotation(SourceReferenceSegment annotation)
Sets the annotation marker for this comment marker, which specifies a text or audio annotation. |
Methods inherited from interface tv.amwa.maj.iface.Event |
---|
getComment, getPosition, setComment, setPosition |
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 |
---|
SourceReferenceSegment getAnnotation() throws PropertyNotPresentException
Returns the annotation for this comment marker, which specifies a text or audio annotation. This is an optional property.
PropertyNotPresentException
- The optional annotation property is not present in this comment
marker.void setAnnotation(SourceReferenceSegment annotation)
Sets the annotation marker for this comment marker, which specifies a text
or audio annotation. Set this value to null
to omit this optional
property.
annotation
- Specifies a text or audio annotation.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |