public interface TimecodeStream12M extends TimecodeStream
Specifies a stream of timecode data in the SMPTE 12M format.
| Modifier and Type | Field and Description |
|---|---|
static boolean |
INCLUDESYNC_DEFAULT
Default value for the include sync property, which is false.
|
| Modifier and Type | Method and Description |
|---|---|
TimecodeStream12M |
clone()
Create a cloned copy of this timecode stream 12M.
|
boolean |
getIncludeSync()
Returns
true if the synchronization data is included in the
timecode stream; otherwise false if the synchronization data has a
fixed value and is omitted from the timecode stream. |
void |
setIncludeSync(Boolean includeSync)
Sets
true if synchronization data is included in this
timecode stream and false if the synchronization data has a
fixed value and is omitted from the timecode stream. |
getPositionTimecode, getSampleSize, getSourceBufferLength, getTimecodeSource, getTimecodeStreamData, getTimecodeStreamSampleRate, getUserDataAtPosition, getUserDataLength, setPositionTimecode, setTimecodeSource, setTimecodeStreamData, setTimecodeStreamSampleRate, setUserDataAtPositiongenerateSequence, 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, setPersistentIndexstatic final boolean INCLUDESYNC_DEFAULT
Default value for the include sync property, which is false.
void setIncludeSync(@Bool Boolean includeSync)
Sets true if synchronization data is included in this
timecode stream and false if the synchronization data has a
fixed value and is omitted from the timecode stream.
The default value for this optional property is false.
Set this optional property to null to omit it.
includeSync - Is synchronization data included in the timecode
stream?INCLUDESYNC_DEFAULT@Bool boolean getIncludeSync()
Returns true if the synchronization data is included in the
timecode stream; otherwise false if the synchronization data has a
fixed value and is omitted from the timecode stream.
If this optional property is omitted, the default value of false is returned.
INCLUDESYNC_DEFAULTTimecodeStream12M clone()
Create a cloned copy of this timecode stream 12M.
clone in interface Componentclone in interface InterchangeObjectclone in interface MediaEntityclone in interface Segmentclone in interface TimecodeStream(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.