public class AsfMetadata extends MetadataContainer
Represents metadata in the DocumentType.Asf
media container.
Modifier and Type | Method and Description |
---|---|
AsfCodecInfo[] |
getCodecInformation()
Gets the codec info entries.
|
Date |
getCreationDate()
Gets the date and time of the initial creation of the file.
|
UUID |
getFileId()
Gets the unique identifier for this file.
|
long |
getFlags()
Gets the header flags.
|
AsfBaseDescriptor[] |
getMetadataDescriptors()
Gets the metadata descriptors.
|
AsfBaseStreamProperty[] |
getStreamProperties()
Gets the digital media stream properties.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final UUID getFileId()
Gets the unique identifier for this file.
public final Date getCreationDate()
Gets the date and time of the initial creation of the file.
public final long getFlags()
Gets the header flags.
public final AsfBaseStreamProperty[] getStreamProperties()
Gets the digital media stream properties.
public final AsfBaseDescriptor[] getMetadataDescriptors()
Gets the metadata descriptors.
public final AsfCodecInfo[] getCodecInformation()
Gets the codec info entries.
Copyright © 2019. All rights reserved.