Beispiel #1
0
 public bool SetEqualizerPreampGain(int Gain)
 {
     return(ZPlay.zplay_SetEqualizerPreampGain(this.objptr, Gain) == 1);
 }