Package | Description |
---|---|
org.jaudiotagger.audio.ogg |
Classes for Ogg Vorbis files.
|
org.jaudiotagger.audio.ogg.util |
Utility classes for Ogg Vorbis files.
|
Modifier and Type | Method and Description |
---|---|
OggPageHeader |
OggFileReader.readOggPageHeader(RandomAccessFile raf,
int count)
Return count Ogg Page header, count starts from zero
count=0; should return PageHeader that contains Vorbis Identification Header
count=1; should return Pageheader that contains VorbisComment and possibly SetupHeader
count>=2; should return PageHeader containing remaining VorbisComment,SetupHeader and/or Audio
|
Modifier and Type | Method and Description |
---|---|
static OggPageHeader |
OggPageHeader.read(ByteBuffer byteBuffer)
Read next PageHeader from Buffer
|
static OggPageHeader |
OggPageHeader.read(RandomAccessFile raf)
Read next PageHeader from file
|
Copyright © 2005–2020 jthink.net. All rights reserved.