|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedContentDescription | |
---|---|
org.jaudiotagger.audio.asf.data | |
org.jaudiotagger.audio.asf.io | |
org.jaudiotagger.audio.asf.util |
Uses of ExtendedContentDescription in org.jaudiotagger.audio.asf.data |
---|
Methods in org.jaudiotagger.audio.asf.data that return ExtendedContentDescription | |
---|---|
ExtendedContentDescription |
AsfHeader.getExtendedContentDescription()
|
Methods in org.jaudiotagger.audio.asf.data with parameters of type ExtendedContentDescription | |
---|---|
void |
AsfHeader.setExtendedContentDescription(ExtendedContentDescription th)
|
Uses of ExtendedContentDescription in org.jaudiotagger.audio.asf.io |
---|
Methods in org.jaudiotagger.audio.asf.io that return ExtendedContentDescription | |
---|---|
static ExtendedContentDescription |
ExtContentDescReader.read(java.io.RandomAccessFile raf,
Chunk candidate)
Reads the current chunk if it is a matching one. |
Uses of ExtendedContentDescription in org.jaudiotagger.audio.asf.util |
---|
Methods in org.jaudiotagger.audio.asf.util that return ExtendedContentDescription | |
---|---|
static ExtendedContentDescription |
TagConverter.createExtendedContentDescription(Tag tag)
This method creates a new ExtendedContentDescription object
filled with the values of the given tag .Since extended content description of asf files can store name-value pairs, nearly each entagged.audioformats.generic.TagField can be
stored whithin. |
Methods in org.jaudiotagger.audio.asf.util with parameters of type ExtendedContentDescription | |
---|---|
static void |
TagConverter.assignCommonTagValues(Tag tag,
ExtendedContentDescription description)
This method assigns those tags of tag which are defined to
be common by entagged. |
static void |
TagConverter.assignOptionalTagValues(Tag tag,
ExtendedContentDescription descriptor)
This method will add or replace all values of tag are not defined as common by entagged. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |