public bool EnableEcho(bool Enable) { if (Enable) { return(ZPlay.zplay_EnableEcho(this.objptr, 1) == 1); } return(ZPlay.zplay_EnableEcho(this.objptr, 0) == 1); }