|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedContentDescription | |
---|---|
entagged.audioformats.asf.data | |
entagged.audioformats.asf.io | |
entagged.audioformats.asf.util |
Uses of ExtendedContentDescription in entagged.audioformats.asf.data |
---|
Methods in entagged.audioformats.asf.data that return ExtendedContentDescription | |
---|---|
ExtendedContentDescription |
AsfHeader.getExtendedContentDescription()
|
Methods in entagged.audioformats.asf.data with parameters of type ExtendedContentDescription | |
---|---|
void |
AsfHeader.setExtendedContentDescription(ExtendedContentDescription th)
|
Uses of ExtendedContentDescription in entagged.audioformats.asf.io |
---|
Methods in entagged.audioformats.asf.io that return ExtendedContentDescription | |
---|---|
static ExtendedContentDescription |
ExtContentDescReader.read(RandomAccessFile raf,
Chunk candidate)
Reads the current chunk if it is a matching one. |
Uses of ExtendedContentDescription in entagged.audioformats.asf.util |
---|
Methods in entagged.audioformats.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 TagField can be
stored whithin. |
Methods in entagged.audioformats.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 |