public final class TagConverter
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
TagConverter()
Hidden utility class constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
assignCommonTagValues(Tag tag,
MetadataContainer description)
This method assigns those tags of
tag which are defined to
be common by jaudiotagger. |
static AsfTag |
createTagOf(AsfHeader source)
|
static MetadataContainer[] |
distributeMetadata(AsfTag tag)
This method distributes the tags fields among the
ContainerType.getOrdered() containers.
|
public static void assignCommonTagValues(Tag tag, MetadataContainer description)
tag
which are defined to
be common by jaudiotagger. tag
- The tag from which the values are gathered. description
- The extended content description which should receive the
values. public static AsfTag createTagOf(AsfHeader source)
source
- The ASF header which contains the information. public static MetadataContainer[] distributeMetadata(AsfTag tag)
tag
- the tag with the fields to distribute.Copyright © 2005-2013 java.net. All Rights Reserved.