Skip navigation links
A B C D E F G H I L M N P R S V W _ 

A

addExtendedChunkSize(String, Long) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds a chunk's extended chunk size to the map of extended sizes.
addLabel(Property) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds a Label property
addLabeledText(Property) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds a LabeledText property
addListInfo(List) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds the ListInfo property, which is a List of String Properties.
addNote(Property) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds a Note string
addSample(Property) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds a Sample property
addSamples(long) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds to the number of data bytes.
addWaveProperty(Property) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Adds a Property to the WAVE metadata.
ANCILLARY_DEF_0 - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
Flags for ancillary data definition in the MPEG chunk, "0" values
ANCILLARY_DEF_1 - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
Flags for ancillary data definition in the MPEG chunk, "1" values
AssocDataListChunk - Class in edu.harvard.hul.ois.jhove.module.wave
The associated data list ('list') chunk, which is different from the RIFF 'LIST' chunk, ListInfoTextChunk.
AssocDataListChunk(ModuleBase, ChunkHeader, DataInputStream, RepInfo) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.AssocDataListChunk
Constructor.
AXMLChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE AXML Chunk, which contains arbitrary XML metadata, as specified in Specification of the Broadcast Wave Format: A format for audio data files in broadcasting; Supplement 5: <axml> Chunk (European Broadcasting Union)
AXMLChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.AXMLChunk
Constructor.

B

BroadcastExtChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Broadcast Audio Extension Chunk.
BroadcastExtChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.BroadcastExtChunk
Constructor.
broadcastExtChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one Broadcast Audio Extension chunk
buildBitmaskProperty(int, String, String[], String[]) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
General function for adding a property with a 32-bit value, with two arrays of Strings to interpret 0 and 1 values as a bitmask.
buildProperty() - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Constructs a property and returns it.

C

CartChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Cart Chunk.
CartChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.CartChunk
Constructor.
cartChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one Cart chunk
characters(char[], int, int) - Method in class edu.harvard.hul.ois.jhove.module.wave.LinkChunkHandler
SAX parser callback method for PC text.
COMPRESSION_FORMAT - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
Strings for data compression formats; indexed by COMPRESSION_INDEX
COMPRESSION_INDEX - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
 
CueChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Cue Points chunk, which defines cue points in an audio stream.
CueChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.CueChunk
Constructor.
cueChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one Cue chunk

D

DataChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Data Chunk.
DataChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.DataChunk
Constructor.
dataChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one Data chunk
DataSize64Chunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Data Size 64 chunk.
DataSize64Chunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.DataSize64Chunk
Constructor.
dataSize64ChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for a Data Size 64 chunk
dupChunkError(RepInfo, String) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Reports a duplicate chunk.

E

edu.harvard.hul.ois.jhove.module - package edu.harvard.hul.ois.jhove.module
 
edu.harvard.hul.ois.jhove.module.wave - package edu.harvard.hul.ois.jhove.module.wave
Contains supporting classes for the WAVE-HUL module.
endElement(String, String, String) - Method in class edu.harvard.hul.ois.jhove.module.wave.LinkChunkHandler
SAX parser callback method.
ExifInfo - Class in edu.harvard.hul.ois.jhove.module.wave
Encapsulation of Exif information for a Wave file.
ExifInfo() - Constructor for class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
 
ExifMakerNoteChunk - Class in edu.harvard.hul.ois.jhove.module.wave
This class encapsulates the Exif Maker Note chunk.
ExifMakerNoteChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.ExifMakerNoteChunk
Constructor.
ExifStringChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Class for encapsulating Exif chunks whose content consists of a null-terminated ASCII string.
ExifStringChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.ExifStringChunk
Constructor.
ExifUserCommentChunk - Class in edu.harvard.hul.ois.jhove.module.wave
This class encapsulates the Exif User Comment chunk.
ExifUserCommentChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.ExifUserCommentChunk
Constructor.
ExifVersionChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Chunk for Exif version information.
ExifVersionChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.ExifVersionChunk
Constructor.
extendedChunkSizes - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Map of 64-bit chunk sizes found in the Data Size 64 chunk.
extendedRiffSize - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Extended (and unsigned) RIFF size as found in Data Size 64 chunk
extendedSampleLength - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Extended (and unsigned) sample length as found in Data Size 64 chunk

F

FactChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Fact Chunk.
FactChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.FactChunk
Constructor.
factChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for presence of a Fact chunk
firstSampleOffsetMarked - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to note that first sample offset has been recorded
flagPCMWaveFormat - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Profile flag for PCMWAVEFORMAT
flagRF64 - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Profile flag for RF64
flagWaveFormatEx - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Profile flag for WAVEFORMATEX
flagWaveFormatExtensible - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Profile flag for WAVEFORMATEXTENSIBLE
FormatChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Format Chunk.
FormatChunk(WaveModule, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
Constructor.
formatChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for exactly one Format chunk

G

getAESMetadata() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Returns the module's AES metadata.
getBlockAlign() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Returns the number of bytes needed per aligned sample.
getExifInfo() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Returns the ExifInfo object.
getExtendedSampleLength() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Returns the extended sample length.
getFileNames() - Method in class edu.harvard.hul.ois.jhove.module.wave.LinkChunkHandler
Accessor for getting file name list.
getID() - Method in class edu.harvard.hul.ois.jhove.module.wave.LinkChunkHandler
Accessor for getting the ID element.
getWaveCodec() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Returns the WAVE codec value.

H

hasExtendedDataSizes() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Returns whether or not the module has parsed the chunks required to provide extended data sizes, namely RF64's Data Size 64 chunk.

I

initParse() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Initializes the state of the module for parsing.
InstrumentChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Instrument Chunk, which gives information about a MIDI instrument.
InstrumentChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.InstrumentChunk
Constructor.
instrumentChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one Instrument chunk

L

LabelChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Label Chunk.
LabelChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.LabelChunk
Constructor.
LabeledTextChunk - Class in edu.harvard.hul.ois.jhove.module.wave
The Labelled Text Chunk, which can occur only in an Associated Data List.
LabeledTextChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.LabeledTextChunk
Constructor.
LinkChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Link Chunk, as specified in Specification of the Broadcast Wave Format: A format for audio data files in broadcasting; Supplement 4: <link> Chunk (European Broadcasting Union)
LinkChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.LinkChunk
Constructor.
LinkChunkHandler - Class in edu.harvard.hul.ois.jhove.module.wave
This handler parses the data of a WAVE List chunk.
LinkChunkHandler() - Constructor for class edu.harvard.hul.ois.jhove.module.wave.LinkChunkHandler
 
linkChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one Link chunk
ListInfoChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE LIST chunk.
ListInfoChunk(ModuleBase, ChunkHeader, DataInputStream, RepInfo) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.ListInfoChunk
Constructor.
ListInfoTextChunk - Class in edu.harvard.hul.ois.jhove.module.wave
This implements any of the subchunks of the ListInfoChunk (a LIST chunk with a list type of INFO).
ListInfoTextChunk(ModuleBase, ChunkHeader, DataInputStream, List, ListInfoChunk) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.ListInfoTextChunk
Constructor.
LOOKUP_EXTENDED_DATA_SIZE - Static variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Value indicating a required 64-bit data size lookup

M

main(String[]) - Static method in class WDump
Main entry point.
markFirstSampleOffset() - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Marks the first sample offset as the current byte position, if it hasn't already been marked.
MessageConstants - Enum in edu.harvard.hul.ois.jhove.module.wave
Enum used to externalise the PDF modules message Strings.
messageFactory - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
MpegChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE MPEG Audio Extension Chunk.
MpegChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.MpegChunk
Constructor.
mpegChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one MPEG chunk

N

NoteChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Note Chunk.
NoteChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.NoteChunk
Constructor.

P

parse(InputStream, RepInfo, int) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Parses the content of a purported WAVE digital object and stores the results in RepInfo.
peakChunkSeen - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Flag to check for not more than one Peak Envelope chunk
PeakEnvelopeChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Peak Envelope ('levl') Chunk.
PeakEnvelopeChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.PeakEnvelopeChunk
Constructor.

R

read4Chars(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Reads 4 bytes and concatenates them into a String.
readAdtlChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.ListInfoChunk
Reads the chunk and its nested chunks, and puts appropriate properties into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.AssocDataListChunk
Reads the chunk and its nested chunks, and puts appropriate properties into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.AXMLChunk
Reads a chunk and puts a BroadcastAudioExtension Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.BroadcastExtChunk
Reads a chunk and puts a BroadcastAudioExtension Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.CartChunk
Reads a chunk and puts a Cart Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.CueChunk
Reads a chunk and puts a CuePoints property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.DataChunk
Reads a chunk and puts a Data property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.DataSize64Chunk
Reads and extracts the file's 64-bit data sizes.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifMakerNoteChunk
Reads a chunk and puts information into the superchunk's Exif property.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifStringChunk
Reads a chunk and puts information into the superchunk's Exif property.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifUserCommentChunk
Reads a chunk and puts information into the superchunk's Exif property.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifVersionChunk
Reads a chunk and puts information into the superchunk's Exif property.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.FactChunk
Reads a chunk and puts a Fact Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
Reads a chunk and puts appropriate Properties into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.InstrumentChunk
Reads a chunk and puts an Instrument property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.LabelChunk
Reads a chunk and adds to the module's list of labels.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.LabeledTextChunk
Reads a chunk and puts an MPEG Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.LinkChunk
Reads a chunk and puts a BroadcastAudioExtension Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.ListInfoChunk
Reads a chunk and puts appropriate information into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.ListInfoTextChunk
Reads a chunk and.....
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.MpegChunk
Reads a chunk and puts an MPEG Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.NoteChunk
Reads a chunk and adds to the module's list of Notes.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.PeakEnvelopeChunk
Reads a chunk and puts a BroadcastAudioExtension Property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.wave.SampleChunk
Reads a chunk and puts a Sample property into the RepInfo object.
readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Reads a WAVE chunk.
readSignedInt(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
One-argument version of readSignedInt.
readSignedLong(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
One-argument version of readSignedLong.
readSignedShort(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
One-argument version of readSignedShort.
readTextProp(WaveModule, String) - Method in class edu.harvard.hul.ois.jhove.module.wave.SimpleTextChunk
Reads the text item, and returns a Property containing the cue point ID and the text.
readUnsignedInt(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
One-argument version of readUnsignedInt.
readUnsignedShort(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
One-argument version of readUnsignedShort.
riffSize - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
RIFF size as found in the RIFF chunk header.

S

SampleChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Implementation of the WAVE Sample (or Sampler) Chunk, which gives information about a MIDI sample.
SampleChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.SampleChunk
Constructor.
sampleCount - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Number of samples in the file.
sampleRate - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Sample rate from file
setBlockAlign(int) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the number of bytes that holds an aligned sample.
setExifInfo(ExifInfo) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets an ExifInfo object for the module.
setExifVersion(String) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Converts the raw 4-byte array into a version string and stores it.
setExtendedRiffSize(long) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the extended RIFF size.
setExtendedSampleLength(long) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the extended sample length.
setMakerNote(byte[]) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Sets the maker note.
setManufacturer(String) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Sets the manufacturer of the equipment that produced the file.
setModel(String) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Sets the model of the equipment that produced the file.
setPCMWaveFormat(boolean) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the profile flag for PCMWAVEFORMAT.
setRelatedImageFile(String) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Sets the related image file name.
setSampleRate(long) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the sample rate.
setTimeCreated(String) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Sets the creation time as an ASCII string.
setUserComment(String) - Method in class edu.harvard.hul.ois.jhove.module.wave.ExifInfo
Sets the user comment.
setWaveCodec(int) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the WAVE codec.
setWaveFormatEx(boolean) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the profile flag for WAVEFORMATEX.
setWaveFormatExtensible(boolean) - Method in class edu.harvard.hul.ois.jhove.module.WaveModule
Sets the profile flag for WAVEFORMATEXTENSIBLE.
SimpleTextChunk - Class in edu.harvard.hul.ois.jhove.module.wave
Superclass for the very similar Note and Label chunks.
SimpleTextChunk(ModuleBase, ChunkHeader, DataInputStream) - Constructor for class edu.harvard.hul.ois.jhove.module.wave.SimpleTextChunk
Constructor.
SMPTE_FORMAT - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
Strings for SMPTE formats in the Sample Chunk
SMPTE_FORMAT_INDEX - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
Indices for SMPTE formats in the Sample Chunk
SOUND_INFORMATION_0 - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
Flags for SoundInformation bits in the MPEG chunk, "0" values
SOUND_INFORMATION_1 - Static variable in class edu.harvard.hul.ois.jhove.module.wave.WaveStrings
Flags for SoundInformation bits in the MPEG chunk, "1" values
startElement(String, String, String, Attributes) - Method in class edu.harvard.hul.ois.jhove.module.wave.LinkChunkHandler
Looks for the first element encountered.

V

valueOf(String) - Static method in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAVE_FORMAT_EXTENSIBLE - Static variable in class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
Compression code for Microsoft Extensible Wave Format
WAVE_FORMAT_MPEG - Static variable in class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
Compression code for MPEG
WAVE_FORMAT_PCM - Static variable in class edu.harvard.hul.ois.jhove.module.wave.FormatChunk
Compression code for original Microsoft PCM
WAVE_HUL_1 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_10 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_11 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_12 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_13 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_14 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_15 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_17 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_18 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_19 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_2 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_20 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_21 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_22 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_23 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_24 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_25 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_26 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_26_SUB - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_27 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_3 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_3_SUB - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_3_SUB_2 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_4 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_5 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_6 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_7 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_8 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_9 - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
WAVE_HUL_9_SUB - Static variable in enum edu.harvard.hul.ois.jhove.module.wave.MessageConstants
 
waveCodec - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
WAVE codec, used for profile verification
WaveModule - Class in edu.harvard.hul.ois.jhove.module
Module for identification and validation of WAVE sound files.
WaveModule() - Constructor for class edu.harvard.hul.ois.jhove.module.WaveModule
Class constructor.
WaveStrings - Class in edu.harvard.hul.ois.jhove.module.wave
A class for holding arrays of informative strings that will go into properties of a WAVE object.
WDump - Class in <Unnamed>
Dump contents of WAVE file in human-readable format.
WDump() - Constructor for class WDump
 

_

_aesMetadata - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
AES audio metadata to go into WAVE metadata
_blockAlign - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Bytes needed to store a file
_exifInfo - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Exif data from file
_labeledText - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
List of Labeled Text properties
_labels - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
List of Label properties
_metadata - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Top-level metadata property
_notes - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
List of Note properties
_propList - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
Top-level property list
_samples - Variable in class edu.harvard.hul.ois.jhove.module.WaveModule
List of Sample properties
A B C D E F G H I L M N P R S V W _ 
Skip navigation links

Copyright © 2008–2021 The Open Preservation Foundation. All rights reserved.