|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.audio.asf.util.TagConverter
public final class TagConverter
This class provides functionality to convert
AsfHeaderobjects into
Tagobjects.
| Constructor Summary | |
|---|---|
private |
TagConverter()
Hidden utility class constructor. |
| Method Summary | |
|---|---|
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)
This method creates a Tagand fills it with the contents of the
given AsfHeader. |
static MetadataContainer[] |
distributeMetadata(AsfTag tag)
This method distributes the tags fields among the ContainerType.getOrdered() containers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private TagConverter()
| Method Detail |
|---|
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)
Tagand fills it with the contents of the
given AsfHeader.
source - The ASF header which contains the information. public static MetadataContainer[] distributeMetadata(AsfTag tag)
tag - the tag with the fields to distribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||