Package | Description |
---|---|
org.jaudiotagger.audio.asf.data |
Classes for data components of the Microsoft Advanced Systems Format header.
|
org.jaudiotagger.audio.asf.util |
Utility classes for data components of the Microsoft Advanced Systems Format header.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentBranding
This structure represents the value of the content branding object, which
stores the banner image, the banner image URL and the copyright URL.
|
class |
ContentDescription
This class represents the data of a chunk which contains title, author,
copyright, description and the rating of the file.
|
Modifier and Type | Method and Description |
---|---|
MetadataContainer |
MetadataContainerFactory.createContainer(ContainerType type)
Creates an appropriate container
implementation for the given container type.
|
MetadataContainer |
MetadataContainerFactory.createContainer(ContainerType type,
long pos,
BigInteger chunkSize)
Convenience Method for I/O.
|
MetadataContainer[] |
MetadataContainerFactory.createContainers(ContainerType[] types)
Convenience method which calls
MetadataContainerFactory.createContainer(ContainerType)
for each given container type. |
MetadataContainer |
AsfHeader.findExtendedContentDescription()
This method looks for an extended content description object in this
header instance, if not found there, it tries to get one from a contained
ASF header extension object.
|
MetadataContainer |
AsfHeader.findMetadataContainer(ContainerType type)
This method searches for a metadata container of the given type.
|
MetadataContainer |
AsfExtendedHeader.getExtendedContentDescription() |
MetadataContainer |
AsfHeader.getExtendedContentDescription() |
MetadataContainer |
AsfExtendedHeader.getMetadataLibraryObject()
Returns a metadata library object if present.
|
MetadataContainer |
AsfExtendedHeader.getMetadataObject()
Returns a metadata object if present.
|
Modifier and Type | Method and Description |
---|---|
static MetadataContainer[] |
TagConverter.distributeMetadata(AsfTag tag)
This method distributes the tags fields among the
ContainerType.getOrdered() containers.
|
Modifier and Type | Method and Description |
---|---|
static void |
TagConverter.assignCommonTagValues(Tag tag,
MetadataContainer description)
This method assigns those tags of
tag which are defined to
be common by jaudiotagger. |
Copyright © 2005–2020 jthink.net. All rights reserved.