|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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
| 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 AudioMediaHandlerpublic final void setBalance(float balance) throws StdQTException
setBalance in interface AudioMediaHandlerbalance - the new balance value.public final boolean getSoundLevelMeteringEnabled() throws StdQTException
getSoundLevelMeteringEnabled in interface AudioMediaHandlerpublic final void setSoundLevelMeteringEnabled(boolean enabled) throws StdQTException
setSoundLevelMeteringEnabled in interface AudioMediaHandlerenabled - true if enabledpublic final LevelMeterInfo getSoundLevelMeterInfo() throws StdQTException
getSoundLevelMeterInfo in interface AudioMediaHandlerpublic final MediaEQSpectrumBands getSoundEqualizerBands(int count) throws StdQTException
getSoundEqualizerBands in interface AudioMediaHandlerpublic final void setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo) throws StdQTException
setSoundEqualizerBands in interface AudioMediaHandlerpublic final void setSoundBassAndTreble(int bass, int treble) throws StdQTException
setSoundBassAndTreble in interface AudioMediaHandlerbass - the sound basstreble - the sound treblepublic final int[] getSoundBassAndTreble() throws StdQTException
getSoundBassAndTreble in interface AudioMediaHandlerpublic final int[] getSoundEqualizerBandLevels(int count) throws StdQTException
getSoundEqualizerBandLevels in interface AudioMediaHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||