|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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
QTException
public void setBalance(float balance)
throws QTException
balance - the new balance value.
QTException
public boolean getSoundLevelMeteringEnabled()
throws QTException
QTException
public void setSoundLevelMeteringEnabled(boolean enabled)
throws QTException
enabled - true if enabled
QTException
public LevelMeterInfo getSoundLevelMeterInfo()
throws QTException
QTException
public MediaEQSpectrumBands getSoundEqualizerBands(int count)
throws QTException
QTException
public void setSoundEqualizerBands(MediaEQSpectrumBands spectrumInfo)
throws QTException
QTException
public void setSoundBassAndTreble(int bass,
int treble)
throws QTException
bass - the sound basstreble - the sound treble
QTException
public int[] getSoundBassAndTreble()
throws QTException
QTException
public int[] getSoundEqualizerBandLevels(int count)
throws QTException
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||