biniu.vorbis
Class Comment
public
class
Comment
extends Object
*
THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
*
THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
by the XIPHOPHORUS Company http://www.xiph.org/ *
*
Title: EncoderVorbis
Description: Codec for encoding music files (wav -> ogg)
public int comments
public int[] comment_lengths
public static final int OV_EFAULT
public static final int OV_EIMPL
public byte[][] user_comments
public byte[] vendor
public void add(String comment)
public void addTag(String tag, String contents)
public void clear()
public String getComment(int i)
public String getVendor()
public void init()
public boolean packComment(
Buffer opb)
public String toString()