|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentDescription | |
---|---|
org.jaudiotagger.audio.asf.data | |
org.jaudiotagger.audio.asf.io | |
org.jaudiotagger.audio.asf.util |
Uses of ContentDescription in org.jaudiotagger.audio.asf.data |
---|
Methods in org.jaudiotagger.audio.asf.data that return ContentDescription | |
---|---|
ContentDescription |
AsfHeader.getContentDescription()
|
Methods in org.jaudiotagger.audio.asf.data with parameters of type ContentDescription | |
---|---|
void |
AsfHeader.setContentDescription(ContentDescription contentDesc)
|
Uses of ContentDescription in org.jaudiotagger.audio.asf.io |
---|
Methods in org.jaudiotagger.audio.asf.io that return ContentDescription | |
---|---|
static ContentDescription |
ContentDescriptionReader.read(java.io.RandomAccessFile raf,
Chunk candidate)
Creates and fills a entagged.audioformats.asf.data.ContentDescription from given
file. |
Uses of ContentDescription in org.jaudiotagger.audio.asf.util |
---|
Methods in org.jaudiotagger.audio.asf.util that return ContentDescription | |
---|---|
static ContentDescription |
TagConverter.createContentDescription(Tag tag)
This method creates a new ContentDescription object, filled with
the according values of the given tag .Warning : Only the first values can be stored in asf files, because the content description is limited. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |