Package | Description |
---|---|
org.jaudiotagger.audio.asf.data |
Classes for data components of the Microsoft Advanced Systems Format header.
|
org.jaudiotagger.tag.asf |
Support for a pseudo-tag representing ASF metadata.
|
Modifier and Type | Method and Description |
---|---|
protected MetadataDescriptor |
MetadataContainer.assertDescriptor(String key)
This method asserts that this container has a descriptor with the
specified key, means returns an existing or creates a new descriptor.
|
protected MetadataDescriptor |
MetadataContainer.assertDescriptor(String key,
int type)
This method asserts that this container has a descriptor with the
specified key, means returns an existing or creates a new descriptor.
|
MetadataDescriptor |
MetadataDescriptor.createCopy()
This method creates a copy of the current object.
|
Modifier and Type | Method and Description |
---|---|
List<MetadataDescriptor> |
MetadataContainer.getDescriptors()
Returns all stored descriptors.
|
List<MetadataDescriptor> |
MetadataContainer.getDescriptorsByName(String name)
Returns a list of descriptors with the given
name.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataContainer.addDescriptor(MetadataDescriptor toAdd)
Adds a metadata descriptor.
|
int |
MetadataDescriptor.compareTo(MetadataDescriptor other) |
boolean |
MetadataContainer.containsDescriptor(MetadataDescriptor lookup)
Checks whether a descriptor already exists.
Name, stream number and language index are compared. |
boolean |
ContentBranding.isAddSupported(MetadataDescriptor descriptor)
Determines/checks if the given descriptor may be added to the container.
This implies a check for the capabilities of the container specified by its container type. |
boolean |
ContentDescription.isAddSupported(MetadataDescriptor descriptor)
Determines/checks if the given descriptor may be added to the container.
This implies a check for the capabilities of the container specified by its container type. |
boolean |
MetadataContainer.isAddSupported(MetadataDescriptor descriptor)
Determines/checks if the given descriptor may be added to the container.
This implies a check for the capabilities of the container specified by its container type. |
Modifier and Type | Field and Description |
---|---|
protected MetadataDescriptor |
AsfTagField.toWrap
This descriptor is wrapped.
|
Modifier and Type | Method and Description |
---|---|
MetadataDescriptor |
AsfTagField.getDescriptor()
Returns the wrapped metadata descriptor (which actually stores the
values).
|
Constructor and Description |
---|
AsfTagBannerField(MetadataDescriptor descriptor)
Creates an instance with given descriptor as image content.
|
AsfTagCoverField(MetadataDescriptor source)
Creates an instance from a metadata descriptor
|
AsfTagField(MetadataDescriptor source)
Creates an instance.
|
AsfTagTextField(MetadataDescriptor source)
Creates an instance.
|
Copyright © 2005–2020 jthink.net. All rights reserved.