Uses of Class
com.jcraft.jorbis.Comment

Packages that use Comment
ca.bc.webarts   
com.jcraft.jorbis   
 

Uses of Comment in ca.bc.webarts
 

Fields in ca.bc.webarts declared as Comment
(package private)  Comment jOggPlayer.vorbisComment
          Description of the Field
 

Uses of Comment in com.jcraft.jorbis
 

Fields in com.jcraft.jorbis declared as Comment
(package private)  Comment[] VorbisFile.vc
           
 

Methods in com.jcraft.jorbis that return Comment
 Comment VorbisFile.getComment(int link)
           
 Comment[] VorbisFile.getComment()
           
 

Methods in com.jcraft.jorbis with parameters of type Comment
(package private)  int VorbisFile.fetch_headers(Info vi, Comment vc, int[] serialno)
           
(package private)  void VorbisFile.prefetch_all_headers(Info first_i, Comment first_c, int dataoffset)
           
 int Info.synthesis_headerin(Comment vc, Packet op)