Example #1
0
 public int GetEqualizerBandGain(int BandIndex)
 {
     return(ZPlay.zplay_GetEqualizerBandGain(this.objptr, BandIndex));
 }