|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Media Handler classes that implement this interface provide support for getting and setting balance in their sound output.
Method Summary | |
float |
getBalance()
Returns the balance of audio 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 audio 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). |
Method Detail |
public float getBalance() throws QTException
public void setBalance(float balance) throws QTException
balance
- the new balance value.public boolean getSoundLevelMeteringEnabled() throws QTException
public void setSoundLevelMeteringEnabled(boolean enabled) throws QTException
enabled
- true if enabledpublic LevelMeterInfo getSoundLevelMeterInfo() throws QTException
public MediaEQSpectrumBands getSoundEqualizerBands(int count) throws QTException
public void setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo) throws QTException
public void setSoundBassAndTreble(int bass, int treble) throws QTException
bass
- the sound basstreble
- the sound treblepublic int[] getSoundBassAndTreble() throws QTException
public int[] getSoundEqualizerBandLevels(int count) throws QTException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |