public interface QSegment extends Segment
| Modifier and Type | Method and Description |
|---|---|
int |
getCutPoint() |
long |
getKeyOffset() |
int |
getPackLayerKeyIndicator() |
Stream |
getSegmentBlob() |
Stream |
getTrackBlob() |
Segment |
getTrackKeyRenderSequence() |
String |
getTrackName() |
Segment |
getTrackRenderSequence() |
void |
setCutPoint(Integer cutPoint) |
void |
setKeyOffset(Long keyOffset) |
void |
setPackLayerKeyIndicator(Integer packLayerKeyIndicator) |
void |
setSegmentBlob(Stream segmentBlob) |
void |
setTrackBlob(Stream trackBlob) |
void |
setTrackKeyRenderSequence(Segment trackKeyRenderSequence) |
void |
setTrackName(String trackName) |
void |
setTrackRenderSequence(Segment trackRenderSequence) |
clone, generateSequence, segmentOffsetToTC, segmentTCToOffsetappendComponentAttribute, appendComponentAttribute, appendComponentKLVData, appendComponentUserComment, appendComponentUserComment, clearComponentAttributes, clearComponentKLVData, clearComponentUserComments, countComponentAttributes, countComponentKLVData, countComponentUserComments, getComponentAttributes, getComponentDataDefinition, getComponentKLVData, getComponentLength, getComponentUserComments, getLengthPresent, removeComponentAttribute, removeComponentKLVData, removeComponentUserComment, setComponentDataDefinition, setComponentLength, setLengthPresentaddApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndexStream getSegmentBlob() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid setSegmentBlob(Stream segmentBlob)
@Int32 int getCutPoint() throws PropertyNotPresentException
PropertyNotPresentExceptionSegment getTrackRenderSequence() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid setTrackRenderSequence(Segment trackRenderSequence)
@Int32 int getPackLayerKeyIndicator() throws PropertyNotPresentException
PropertyNotPresentExceptionSegment getTrackKeyRenderSequence() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid setTrackKeyRenderSequence(Segment trackKeyRenderSequence)
Stream getTrackBlob() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid setTrackBlob(Stream trackBlob)
@Int64 long getKeyOffset() throws PropertyNotPresentException
PropertyNotPresentExceptionString getTrackName() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid setTrackName(String trackName)
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.