Uses of Interface
org.jaudiotagger.audio.asf.io.WriteableChunk

Packages that use WriteableChunk
org.jaudiotagger.audio.asf.data   
org.jaudiotagger.audio.asf.io   
 

Uses of WriteableChunk in org.jaudiotagger.audio.asf.data
 

Classes in org.jaudiotagger.audio.asf.data that implement WriteableChunk
 class ContentBranding
          This structure represents the value of the content branding object, which stores the banner image, the banner image URL and the copyright URL.
 class ContentDescription
          This class represents the data of a chunk which contains title, author, copyright, description and the rating of the file.
 class MetadataContainer
          This structure represents the "Metadata Object","Metadata Library Object" and "Extended Content Description".
 

Uses of WriteableChunk in org.jaudiotagger.audio.asf.io
 

Fields in org.jaudiotagger.audio.asf.io declared as WriteableChunk
private  WriteableChunk WriteableChunkModifer.writableChunk
          The chunk to write.
 

Constructors in org.jaudiotagger.audio.asf.io with parameters of type WriteableChunk
WriteableChunkModifer(WriteableChunk chunk)
          Creates an instance.