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)

Field Summary
intcomments
int[]comment_lengths
static intOV_EFAULT
static intOV_EIMPL
byte[][]user_comments
byte[]vendor
Method Summary
voidadd(String comment)
voidaddTag(String tag, String contents)
voidclear()
StringgetComment(int i)
StringgetVendor()
voidinit()
booleanpackComment(Buffer opb)
StringtoString()

Field Detail

comments

public int comments

comment_lengths

public int[] comment_lengths

OV_EFAULT

public static final int OV_EFAULT

OV_EIMPL

public static final int OV_EIMPL

user_comments

public byte[][] user_comments

vendor

public byte[] vendor

Method Detail

add

public void add(String comment)

addTag

public void addTag(String tag, String contents)

clear

public void clear()

getComment

public String getComment(int i)

getVendor

public String getVendor()

init

public void init()

packComment

public boolean packComment(Buffer opb)

toString

public String toString()