All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.sound.SndInfo

java.lang.Object
   |
   +----quicktime.sound.SndInfo

public final class SndInfo
extends Object
implements SoundLib, InterfaceLib
This class returns Sound Header information as parsed from an Snd resource or an AIFF Sound file


Variable Index

 o dataOffset
The offset to the sound data
 o numFrames
The number of frames in the sample
 o sndData
The general characteristics of the sound data

Method Index

 o parseAIFFHeader(OpenFile)
You use this function to retrieve information about from a AIFF Sound File.

Variables

 o sndData
 public SoundComponentData sndData
The general characteristics of the sound data

 o numFrames
 public int numFrames
The number of frames in the sample

 o dataOffset
 public int dataOffset
The offset to the sound data

Methods

 o parseAIFFHeader
 public static SndInfo parseAIFFHeader(OpenFile file) throws SoundException
You use this function to retrieve information about from a AIFF Sound File.

QuickTime::ParseAIFFHeader

Parameters:
file - the open file to parse
Returns:
a SndInfo object

All Packages  Class Hierarchy  This Package  Previous  Next  Index