|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.sound.SoundComponentData
Field Summary | |
static int |
kNativeSize
This is the size (the number of bytes) that are required for this class |
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
SoundComponentData()
|
Method Summary | |
QTPointer |
getBuffer()
The buffer that contains the sound data. |
int |
getFlags()
A set of bit flags whose meanings are specific to a particular sound component. |
int |
getFormat()
The format of the data a sound component is producing. |
int |
getNumChannels()
The number of channels of sound in the output data stream. |
int |
getSampleCount()
The number of samples in the buffer pointed to by the buffer field. |
float |
getSampleRate()
The sample rate for the audio data. |
int |
getSampleSize()
The size, in bits, of each sample in the output data stream. |
void |
setBuffer(QTPointer buffer)
The buffer that contains the sound data. |
void |
setFlags(int flags)
A set of bit flags whose meanings are specific to a particular sound component. |
void |
setFormat(int format)
The format of the data a sound component is producing. |
void |
setNumChannels(int chans)
The number of channels of sound in the output data stream. |
void |
setSampleCount(int sampleCount)
The number of samples in the buffer pointed to by the buffer field. |
void |
setSampleRate(float sampleRate)
The sample rate for the audio data. |
void |
setSampleSize(int sampleSize)
The size, in bits, of each sample in the output data stream. |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int kNativeSize
Constructor Detail |
public SoundComponentData()
Method Detail |
public final int getFlags()
public final void setFlags(int flags)
public final int getFormat()
public final void setFormat(int format)
public final int getNumChannels()
public final void setNumChannels(int chans)
public final int getSampleSize()
public final void setSampleSize(int sampleSize)
public final float getSampleRate()
public final void setSampleRate(float sampleRate)
public final int getSampleCount()
public final void setSampleCount(int sampleCount)
public final QTPointer getBuffer()
public final void setBuffer(QTPointer buffer) throws SoundException
public java.lang.String toString()
toString
in class QTByteObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |