Package | Description |
---|---|
org.gagravarr.flac | |
org.gagravarr.tika | |
org.gagravarr.vorbis |
Modifier and Type | Class and Description |
---|---|
class |
FlacTags
This is a
VorbisComments with a Flac metadata
block header, rather than the usual vorbis one. |
Modifier and Type | Method and Description |
---|---|
protected static void |
VorbisParser.extractComments(org.apache.tika.metadata.Metadata metadata,
org.apache.tika.sax.XHTMLContentHandler xhtml,
VorbisComments comments) |
Modifier and Type | Method and Description |
---|---|
VorbisComments |
VorbisFile.getComment() |
Constructor and Description |
---|
VorbisFile(OutputStream out,
int sid,
VorbisInfo info,
VorbisComments comments,
VorbisSetup setup)
Opens for writing, based on the settings
from a pre-read file, with a specific
Steam ID (SID).
|
VorbisFile(OutputStream out,
VorbisInfo info,
VorbisComments comments,
VorbisSetup setup)
Opens for writing, based on the settings
from a pre-read file.
|
Copyright © 2014. All rights reserved.