public final class TagConverter extends Object
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–2020 jthink.net. All rights reserved.