public interface DataEssenceDescriptor extends AAFFileDescriptor
Specifies the description of a file of data essence and identifies the data coding of that essence. Data essence includes that specified in MXF mappings for MPEG (SMPTE 381M), DV (SMPTE 383M), D10 and D11 (SMPTE 386M). Data essence often refers to time-varying data, such as subtitles (closed captions).
| Modifier and Type | Method and Description |
|---|---|
DataEssenceDescriptor |
clone()
Create a cloned copy of this data essence descriptor.
|
AUID |
getDataEssenceCoding()
Returns the data essence coding property of this data essence descriptor.
|
void |
setDataEssenceCoding(AUID dataEssenceCoding)
Sets the data essence coding property of this data essence descriptor.
|
getCodec, getContainerFormat, getEssenceLength, getLinkedTrackID, getSampleRate, setCodec, setContainerFormat, setEssenceLength, setLinkedTrackID, setSampleRateappendLocator, appendSubDescriptor, clearLocators, countLocators, countSubDescriptors, getLocatorAt, getLocators, getSubDescriptorAt, getSubDescriptors, insertLocatorAt, insertSubDescriptorAt, prependLocator, prependSubDescriptor, removeLocatorAt, removeSubDescriptorAtaddApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndexvoid setDataEssenceCoding(AUID dataEssenceCoding)
Sets the data essence coding property of this data essence descriptor. Setting
this optional property to null omits the property.
dataEssenceCoding - Data essence coding property of this data essence descriptor.AUID getDataEssenceCoding() throws PropertyNotPresentException
Returns the data essence coding property of this data essence descriptor.
PropertyNotPresentException - The optional data essence coding property
is not present in this data essence descriptor.DataEssenceDescriptor clone()
Create a cloned copy of this data essence descriptor.
clone in interface AAFFileDescriptorclone in interface EssenceDescriptorclone in interface InterchangeObjectclone in interface MediaEntity(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.