|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.comp.ComponentIdentifier
|
+--quicktime.std.comp.Component
|
+--quicktime.std.movies.media.MediaHandler
|
+--quicktime.std.movies.media.SoundMediaHandler
| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
float |
getBalance()
Returns the balance of a sound media. |
int[] |
getSoundBassAndTreble()
Gets Sound Bass and Treble (Not Documented). |
int[] |
getSoundEqualizerBandLevels(int count)
Gets SoundEqualizer BandLevels . |
MediaEQSpectrumBands |
getSoundEqualizerBands(int count)
Pass in the count of bands you expect to get back, it would return the the actual value of bands available with the freq. |
LevelMeterInfo |
getSoundLevelMeterInfo()
Gets Sound Level Meter state (Not Documented). |
boolean |
getSoundLevelMeteringEnabled()
Gets Sound Level Meter state (Not Documented). |
void |
setBalance(float balance)
Sets the balance of a sound media. |
void |
setSoundBassAndTreble(int bass,
int treble)
Sets Sound Bass and Treble (Not Documented). |
void |
setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo)
Pass in the count of bands you expect to get back, it would return the the actual value of bands available with array of freq. |
void |
setSoundLevelMeteringEnabled(boolean enabled)
Enables Sound Level Meter (Not Documented). |
| Methods inherited from class quicktime.std.comp.Component |
count |
| Methods inherited from class quicktime.std.comp.ComponentIdentifier |
find, find, getInfo, toString |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public final float getBalance()
throws StdQTException
getBalance in interface AudioMediaHandlerStdQTException
public final void setBalance(float balance)
throws StdQTException
setBalance in interface AudioMediaHandlerbalance - the new balance value.
StdQTException
public final boolean getSoundLevelMeteringEnabled()
throws StdQTException
getSoundLevelMeteringEnabled in interface AudioMediaHandlerStdQTException
public final void setSoundLevelMeteringEnabled(boolean enabled)
throws StdQTException
setSoundLevelMeteringEnabled in interface AudioMediaHandlerenabled - true if enabled
StdQTException
public final LevelMeterInfo getSoundLevelMeterInfo()
throws StdQTException
getSoundLevelMeterInfo in interface AudioMediaHandlerStdQTException
public final MediaEQSpectrumBands getSoundEqualizerBands(int count)
throws StdQTException
getSoundEqualizerBands in interface AudioMediaHandlerStdQTException
public final void setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo)
throws StdQTException
setSoundEqualizerBands in interface AudioMediaHandlerStdQTException
public final void setSoundBassAndTreble(int bass,
int treble)
throws StdQTException
setSoundBassAndTreble in interface AudioMediaHandlerbass - the sound basstreble - the sound treble
StdQTException
public final int[] getSoundBassAndTreble()
throws StdQTException
getSoundBassAndTreble in interface AudioMediaHandlerStdQTException
public final int[] getSoundEqualizerBandLevels(int count)
throws StdQTException
getSoundEqualizerBandLevels in interface AudioMediaHandlerStdQTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||