示例#1
0
 public bool SetEqualizerBandGain(int BandIndex, int Gain)
 {
     return(ZPlay.zplay_SetEqualizerBandGain(this.objptr, BandIndex, Gain) == 1);
 }